Skip to content

Commit

Permalink
Update API stack to be exported v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonireilly committed Oct 8, 2021
1 parent eab4b9d commit 828ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ApiStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class ApiStack extends sst.Stack {
effect: Effect.ALLOW,
actions: ['execute-api:Invoke'],
resources: [
`arn:aws:execute-api:${this.region}:${this.account}:${api.httpApi.apiId}/$default/GET/\${aws:PrincipalTag/org}/*`,
`arn:aws:execute-api:${this.region}:${this.account}:${this.api.httpApi.apiId}/$default/GET/\${aws:PrincipalTag/org}/*`,
],
})

Expand Down

1 comment on commit 828ffe5

@vercel
Copy link

@vercel vercel bot commented on 828ffe5 Nov 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.