Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CREATE_FAILED: HttpHandleRequestLambdaFunction #69

Open
ersanir opened this issue Sep 19, 2023 · 4 comments
Open

CREATE_FAILED: HttpHandleRequestLambdaFunction #69

ersanir opened this issue Sep 19, 2023 · 4 comments

Comments

@ersanir
Copy link

ersanir commented Sep 19, 2023

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
Copy link
Author

ersanir commented Sep 19, 2023

image

@Jspascal
Copy link

Jspascal commented Oct 6, 2023

Facing the same issue, did you find a solution?

@ersanir
Copy link
Author

ersanir commented Oct 6, 2023

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:
- "4566:4566" # LocalStack Gateway
environment:
- DEFAULT_REGION=us-east-1
- SERVICES=sns
- DEBUG=1
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
Then I started up localstack using the commanddocker-compose up` on my mac.

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
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants