Anatol
02/15/2022, 4:34 PMFrank
Anatol
02/15/2022, 4:39 PMAnatol
02/15/2022, 4:39 PMAnatol
02/15/2022, 4:39 PMAnatol
02/15/2022, 4:40 PMsls deploy -s local
command in host shell after docker-compose up
Anatol
02/15/2022, 4:40 PMAnatol
02/15/2022, 4:41 PMdocker-compose up
command and initialize some resources like SSM parameters, I need to deploy 2 services to running localstack.Anatol
02/15/2022, 4:42 PMAnatol
02/15/2022, 4:44 PMAnatol
02/15/2022, 4:44 PMAnatol
02/15/2022, 4:45 PMAnatol
02/15/2022, 4:47 PMAnatol
02/15/2022, 4:47 PMAnatol
02/15/2022, 4:48 PMFrank
docker-compose up
?Anatol
02/16/2022, 5:10 AMAnatol
02/16/2022, 5:12 AMdocker-compose.yml
as localstack recommends, so as a first step, I will launch docker-compose up
on local and then I'd love to deploy 4 services (each subdirectory is a service and has serverless.yml) to this running localstack.Frank
Anatol
02/17/2022, 12:08 PMAnatol
02/17/2022, 12:10 PMlocal
stage in seed.run and just deploy all services to localstack without deploying to AWS and then run integration tests as post deploy phase.Anatol
02/17/2022, 12:11 PMFrank
before_build
hook), the more common pattern we see team do is using the PR workflow to test against real resources.Frank
Frank
Frank
Anatol
02/18/2022, 5:26 PMFrank