Skip to content

Commit

Permalink
Revert "fix: remove unused policies in integ test" (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa authored Apr 26, 2024
1 parent 8464706 commit 438de4d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/resources/templates/single/basic_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Resources:
Runtime: nodejs18.x
CodeUri: ${codeuri}
MemorySize: 128
Policies:
- AWSLambdaRole
- AmazonS3ReadOnlyAccess
Environment:
Variables:
Name: Value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ Resources:
Runtime: nodejs18.x
CodeUri: ${codeuri}
MemorySize: 128
Policies:
- AWSLambdaRole
- AmazonS3ReadOnlyAccess
Metadata:
SamTransformTest: true
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Resources:
Runtime: nodejs18.x
CodeUri: ${codeuri}
MemorySize: 128
Policies:
- AWSLambdaRole
- AmazonS3ReadOnlyAccess
Environment:
Variables:
Name: Value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Resources:
Runtime: nodejs18.x
CodeUri: ${codeuri}
MemorySize: 128
Policies:
- AWSLambdaRole
- AmazonS3ReadOnlyAccess
Tags:
TagKey1: TagValue1
TagKey2: ''
Expand Down

0 comments on commit 438de4d

Please sign in to comment.