Skip to content

Demo to deploy .net core api into AWS lambda with Github Actions and Docker

Notifications You must be signed in to change notification settings

riosje/lambda_net_core

Repository files navigation

Pre-requisitos

Para correr este proyecto de manera exitosa se deben instalar las siguientes herramientas.

Correr el proyecto localmente

compilar

sam build --use-container

invocar lambda local

sam local invoke --config-env {env}

Iniciar un server en localhost para correr la API

sam local start-api --config-env --port 5000

About

Demo to deploy .net core api into AWS lambda with Github Actions and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published