Releases: localstack-samples/sample-cdk-sqs-fargate-dynamodb
Releases · localstack-samples/sample-cdk-sqs-fargate-dynamodb
Cloud Pod for LocalStack Version 'latest'
This release includes the Cloud Pod of the sample created with LocalStack Version latest.
Please be aware, that your running LocalStack instance need to be started with LAMBDA_DOCKER_NETWORKand DOCKER_FLAGS:
- the network must have the name 'localstack-shared-net', e.g.:
NETWORK_NAME="localstack-shared-net" - start LocalStack using:
docker network create 2> /dev/null; LAMBDA_DOCKER_NETWORK=$NETWORK_NAME DOCKER_FLAGS=--network $NETWORK_NAME DEBUG=1 localstack start -d - use the SQS_QUEUE="sqs-fargate-queue" to send further messages that will be written to DynamoDb
You can download the release-pod.zip and inject it manually by running localstack pod load file://release-pod.zip, or use the Cloud Pods Launchpad.
Cloud Pods Launchpad
You can click the Launchpad to inject the the pod into your running LocalStack instance using the WebUI: