Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1002 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 1002 Bytes

Crud with AWS

Overview

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.

Installation

Follow these steps to set up the project locally:

  1. Clone this repository:
    https://github.com/carlosdizx/crud-employee-aws
  2. Install project dependencies:
    npm install

Dockerization

To containerize your AWS service using Docker, you can follow these steps:

  1. Make sure you have Docker installed on your local machine.
  2. Create a Dockerfile in the project directory (if not already present) with instructions on how to build your Docker image.
  3. Build the Docker image:
    docker-compose up -d

Now, your AWS service should be running in a Docker container.

Usage

in next commit ...