localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
63 stars 33 forks source link

CREATE_FAILED: HttpHandleRequestLambdaFunction #69

Open ersanir opened 1 year ago

ersanir commented 1 year ago

Hi,

I am seeing below error when I try to run the make deploy command.

Error: CREATE_FAILED: HttpHandleRequestLambdaFunction (AWS::Lambda::Function) Waiter FunctionActiveV2 failed: Waiter encountered a terminal failure state: For expression "Configuration.State" we matched expected path: "Failed"

Can someone please help me resolve this ?

ersanir commented 1 year ago
image
Jspascal commented 1 year ago

Facing the same issue, did you find a solution?

ersanir commented 1 year ago

Yes! I had to start up local stack using the docker-compose.yml file. The docker-compose file for starting SNS service looks like this `version: "3.8"

services: localstack: container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}" image: localstack/localstack ports:

If you are trying to start up this demo app, you need to add whatever services you plan on using to the 'SERIVCES' parameter on the docker-compose.yml and then start up localstack using the 'docker-compose' file. Then try deploying this app

lakkeger commented 12 months ago

Hi. We just wanted to follow up on our last message to see whether your issue has been resolved. Were you able to get it working with the instructions we provided? We would appreciate your feedback!