Question
Hi, I want deploy aws lambda. https://github.com/yusugomori/aws-lambda-chrome-tor https://zenn-dev.translate.goog/yusugomori/articles/cadf35f5f26a50fe9401?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=ja&_x_tr_pto=wapp Error occurred now. an you help me? [cloudshell-user@ip-10-4-33-31 aws-lambda-chrome-tor]$ make s3 aws cloudformation validate-template --template-body file://cfn-templates/s3.yml
Hi, I want deploy aws lambda. https://github.com/yusugomori/aws-lambda-chrome-tor https://zenn-dev.translate.goog/yusugomori/articles/cadf35f5f26a50fe9401?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=ja&_x_tr_pto=wapp Error occurred now. an you help me?
\[cloudshell-user@ip-10-4-33-31 aws-lambda-chrome-tor\]$ make s3 aws cloudformation validate-template \\ \--template-body file://cfn-templates/s3.yml && \\ aws cloudformation deploy \\ \--template-file ./cfn-templates/s3.yml \\ \--stack-name chrome-tor-development-s3 \\ \--profile default \\ \--region ap-northeast-1 \\ \--parameter-overrides \\ Prefix=chrome-tor \\ Environment=development { "Parameters": \[ { "ParameterKey": "Environment", "DefaultValue": "development", "NoEcho": false }, { "ParameterKey": "Prefix", "NoEcho": false } \] } An error occurred (ValidationError) when calling the CreateChangeSet operation: Stack:arn:aws:cloudformation:ap-northeast-1:155037184706:stack/chrome-tor-development-s3/5c6baef0-9ae6-11ed-a5a8-069961d6f01f is in ROLLBACK\_COMPLETE state and can not be updated. make: \*\*\* \[s3\] Error 254 \[cloudshell-user@ip-10-4-33-31 aws-lambda-chrome-tor\]$
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started