Skip to content

This is template to hide localstack behind Nginx to be able to mock AWS services without changing the endpoint

Notifications You must be signed in to change notification settings

OmniaGM/init_localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INIT_LOCALSTACK Template

This template allow you to mock AWS services without changing the endpoint for the services by hide localstack behind Nginx server which map between AWS API to localstack which is mocking tool to many of AWS services.

This template based on initialised-localstack image which allow you to start localstack image fully initialised with your configuration.

Running

docker-compose up will start

  • the stack with the services defined by SERVICES in the docker-compose.yml
  • Nginx server with self-signed certificate
  • your app container with certificate assigned to it

Bootstrapping LocalStack

You can override ./bootstrap_localstack/init.sh script for more details you can check initialised-localstack

Add Your Application

Just Add your application container setup in the placeholders in Dockerfile

About

This is template to hide localstack behind Nginx to be able to mock AWS services without changing the endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages