2023-04-14 20:19:01 +01:00
|
|
|
---
|
|
|
|
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
|
2023-04-16 19:16:14 +01:00
|
|
|
- [AWS SAM](/DevOps/AWS/AWS_SAM.md)
|