Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from scottjpack/master
Browse files Browse the repository at this point in the history
Fix for legacy parsing bug
  • Loading branch information
dan-v committed Jan 9, 2018
2 parents 45b2007 + 3c90805 commit ff598c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ func SetupLambdaInfrastructure() error {
return err
}
_, err = svc.PutRolePolicy(&iam.PutRolePolicyInput{
PolicyDocument: aws.String(`
{
PolicyDocument: aws.String(`{
"Version": "2012-10-17",
"Statement": [
{
Expand Down

0 comments on commit ff598c4

Please sign in to comment.