Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit ff598c4

Browse files
authored
Merge pull request #3 from scottjpack/master
Fix for legacy parsing bug
2 parents 45b2007 + 3c90805 commit ff598c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ func SetupLambdaInfrastructure() error {
5656
return err
5757
}
5858
_, err = svc.PutRolePolicy(&iam.PutRolePolicyInput{
59-
PolicyDocument: aws.String(`
60-
{
59+
PolicyDocument: aws.String(`{
6160
"Version": "2012-10-17",
6261
"Statement": [
6362
{

0 commit comments

Comments
 (0)