Skip to content

Commit

Permalink
Use connectionId in triggers for new gateway deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Feb 7, 2023
1 parent 89ce732 commit a9ba828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/infra/pulumi_aws/iac/api_gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ export class ApiGateway {
.sort()
.join()
),
connections: pulumi
.all(integrations.map((i) => i.connectionId))
.apply((is) => sha256.sync(is.filter((i) => i).sort())),
},
},
{
Expand Down

0 comments on commit a9ba828

Please sign in to comment.