Skip to content

Commit

Permalink
feat: support new named IAM roles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Nov 28, 2022
1 parent 8d949ef commit f2adc1e
Show file tree
Hide file tree
Showing 5 changed files with 4,896 additions and 724 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM public.ecr.aws/docker/library/node:16

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async function createChangeSet(stack) {
return ret;
}),
TemplateURL: templateURL,
Capabilities: ['CAPABILITY_IAM']
Capabilities: ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM']
}));
await waitUntilChangeSetCreateComplete({
client: cloudformation
Expand Down
Loading

0 comments on commit f2adc1e

Please sign in to comment.