Testing AWS CDK Stacks on GitHub Actions with LocalStack
Learn how to create a GitHub Action workflow that deploys & tests your CDK Stack with LocalStack's cloud emulator, without creating any AWS resources!
Mar 1, 20248 min read1.7K

Search for a command to run...
Articles tagged with #github-actions-1
Learn how to create a GitHub Action workflow that deploys & tests your CDK Stack with LocalStack's cloud emulator, without creating any AWS resources!

If you’re a developer dealing with multiple systems, you already know there’s no way around end-to-end testing. You need to make sure that all your pieces fit together constantly. And if you’re a business releasing new software features often, you ne...

Suppose you’re working on a client application that interacts with some AWS backend services. You want to ensure that your backend is in place while you focus on your main application. As you might have anticipated, we’ll look at how to set up a work...
