Skip to content

Commit

Permalink
minor fix to python runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkrug committed Oct 11, 2022
1 parent a7b711d commit a78a54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supplemental/01-02/01-first-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Resources:
physical_id = ''.join(secrets.choice(string.ascii_uppercase + string.digits) for i in range(13))
cfnresponse.send(event, context, cfnresponse.SUCCESS, {'Password': password}, "DefaultPasswordGenerator-%s" % physical_id)
Handler: index.handler
Runtime: python3.6
Runtime: python3.9
Role: !GetAtt CloudFormationLambdaIAMRole.Arn
Tags:
- Key: application
Expand Down

0 comments on commit a78a54c

Please sign in to comment.