Unable to deploy CloudFormation stack to localstack #362
-
|
I am using I have mentioned the profile in {
"profile": "localstack",
"region": "us-east-1",
"stack-name": "some-stack",
"s3-bucket": "some-bucket",
"configuration": "Release",
"s3-prefix": "lambda/",
"template": "serverless.template",
}However, when I run the command
But, if I set the endpoint URL to
This suggests that the How can I deploy to localstack using this tool? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@hem-bhagat-tark Good morning. I'm unsure it would work, you may try setting service specific Thanks, |
Beta Was this translation helpful? Give feedback.
@hem-bhagat-tark Good morning. I'm unsure it would work, you may try setting service specific
endpoint_urlas specified here. Also, we do not support deployments to 3rd party solutions that mimic AWS environment. If it works with some setting, then it's great, but SDK(s) and tools are not guaranteed to work with such 3rd party solutions.Thanks,
Ashish