Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.11 KB

LocalStack Pods Launchpad GitHub Actions

Wordpress Sample

Wordpress deployed using ECS and RDS

Quickstart

to install python requirements and developer tools (ckdlocal, awslocal) into a venv run:

make install

then, to deploy the cdk app, first start localstack and run

make deploy-local

Tinker

After running make install, when you activate the virtual environment with

source .venv/bin/activate

you get the *local commands:

cdklocal
awslocal

You can for example get the name of the bucket that was created and whose name was added as an SSM parameter:

awslocal ssm get-parameter --name /artifacts/bucket

Or list the created lambdas:

awslocal lambda list-functions