Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove remaining 3.6 python references #40

Merged
merged 1 commit into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install the library locally
Create a rule using the RDK
---------------------------

The runtime of your RDK rule have to be set to python3.6-lib in the RDK to provide you the Rule template.
The runtime of your RDK rule have to be set to python3.9-lib in the RDK to provide you the Rule template.

* For periodic trigger:

Expand Down
4 changes: 2 additions & 2 deletions rdklib_addon_to_rdk_workshop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ The **RDKlib Add-On** has the objective to take the same example, MFA_ENABLED_RU

- Periodic Trigger Example:

rdk create RULE_NAME --runtime python3.6-lib --maximum-frequency TwentyFour_Hours
rdk create RULE_NAME --runtime python3.9-lib --maximum-frequency TwentyFour_Hours

- Configuration Change Trigger Example (for IAM User)

rdk create YOUR_RULE_NAME --runtime python3.6-lib --resource-types AWS::IAM::User
rdk create YOUR_RULE_NAME --runtime python3.9-lib --resource-types AWS::IAM::User

## Task 3: Write the Code

Expand Down