Skip to content

Commit

Permalink
Update examples/template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jun 29, 2024
1 parent 1674364 commit 3e434bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Resources:
- LAMBDA_FUNCTION_PUBLIC_ACCESS_PROHIBITED
Properties:
FunctionName: !Sub lambda-function-${EnvName}
Description: LambdaFunction using python3.12.
Runtime: python3.12
Description: LambdaFunction using python3.9.
Runtime: python3.9
Code:
ZipFile: |
import json
Expand Down

0 comments on commit 3e434bf

Please sign in to comment.