eolas/DevOps/AWS/Developing_AWS_projects_locally.md
2023-04-16 19:16:58 +01:00

416 B

categories tags
DevOps
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