AWS - Local testing with cdk

Asked

Viewed 5 times

0

I recently started developing a serverless application using AWS CDK with typescript. It’s a much better option than doing everything via console because I can host the code in a repository and the organization and maintenance are also greatly benefited by this feature. Yet one of the points that the aws console was helping a lot were the quick tests that could be done, you were writing a lambda and being able to test it there on time without any problems. But with CDK you need to deploy first, play the updates in the cloud and then be able to test by it. Is there any way to test CDK locally? Not only the Ambdas, but something that simulates the resources of aws as a whole?

  • Search for localstack, is a group of containers in Docker that simulate aws services

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.