This project, developed by Carlos Ernesto Diaz Basante, utilizes a tech stack comprising TypeScript, NestJS, AWS, Node.js, Docker, AWS Lambda, DynamoDB, S3, and LocalStack. It serves as a demonstration of integrating AWS services with a NestJS application, both in local development and cloud deployment.
Follow these steps to set up the project locally:
- Clone this repository:
https://github.com/carlosdizx/crud-employee-aws
- Install project dependencies:
npm install
To containerize your AWS service using Docker, you can follow these steps:
- Make sure you have Docker installed on your local machine.
- Create a Dockerfile in the project directory (if not already present) with instructions on how to build your Docker image.
- Build the Docker image:
docker-compose up -d
Now, your AWS service should be running in a Docker container.
in next commit ...