You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assemble detailed instructions on how developers can set up a local testing environment on their own systems. This should cover developers on Windows, MacOS and Linux.
Local instances of API Gateway and Lambda can be launched with sam local
I've done some experimentation with deploying the entire stack with localstack.
Although localstack has sufficient partial support for CloudFormation to be able to deploy an entire stack to a local simulated cloud using the samlocal wrapper for sam-cli, the most prominent issue is that the free version doesn't support and will refuse to deploy:
Assemble detailed instructions on how developers can set up a local testing environment on their own systems. This should cover developers on Windows, MacOS and Linux.
This will make it possible to test code locally without even having an AWS account.
The text was updated successfully, but these errors were encountered: