Skip to content

Commit

Permalink
Remove remaining 3.6 python references
Browse files Browse the repository at this point in the history
:
  • Loading branch information
mbeacom committed Dec 16, 2022
1 parent 3c8c71a commit cca241a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit cca241a

Please sign in to comment.