Skip to content

Commit

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

0 comments on commit 7593908

Please sign in to comment.