416 B
416 B
categories | tags | ||
---|---|---|---|
|
|
Developing AWS projects locally
To develop AWS projects locally the following core tools can be used to set up a local development environment that simulates AWS services:
- AWS CLI
- Interact with AWS services from your local machine
- AWS SDK
- Integrate AWS services into your given programming language and application code
- AWS SAM