Working on a Team
In this lesson, you will learn about the different ways in which people can use AWS Lambda while working on the same team.
We'll cover the following...
We'll cover the following...
Modern cloud-based applications usually rely on a whole host of platform services, requiring remote resources for reliable integration testing. When a team of developers works on the same application, it’s necessary to somehow isolate remote resources, especially for testing purposes, so people can avoid overwriting each other’s work.
Isolating resources #
There are several possible ways of isolating resources with AWS SAM:
- Create multiple stacks in a single account.
- Use different virtual private clouds.
- Use different AWS accounts.