Skip to content

Commit

Permalink
fix: fix deploy using latest serverless next component
Browse files Browse the repository at this point in the history
AWS lambda states update broke serverless NextJS component. See:
serverless-nextjs/serverless-next.js#2089
  • Loading branch information
rwalle61 committed Jan 1, 2022
1 parent d90763e commit 21cf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site:
component: '@sls-next/serverless-component@1.19.0-alpha.45'
component: '@sls-next/serverless-component'
inputs:
roleArn: arn:aws:iam::960028696012:role/bingoalApp

Expand Down

0 comments on commit 21cf6c1

Please sign in to comment.