--- categories: - DevOps tags: [AWS] --- # 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](/DevOps/AWS/AWS_SAM.md)