https://github.com/adshan/dotnet-aws-lambda-entity
Using Entity Framework with AWS Lambda.
https://github.com/adshan/dotnet-aws-lambda-entity
aws aws-lambda dotnet entity-framework lambda migrations net6 serverless
Last synced: 12 months ago
JSON representation
Using Entity Framework with AWS Lambda.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-aws-lambda-entity
- Owner: AdsHan
- License: mit
- Created: 2022-04-29T21:33:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:35:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T09:14:54.193Z (12 months ago)
- Topics: aws, aws-lambda, dotnet, entity-framework, lambda, migrations, net6, serverless
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-aws-lambda-entity
Demonstração da utilização do Entity Framework com AWS Lambda.
# Este projeto contém:
- AWS Lambda;
- Geração de migrations em projetos serverless;
- Injeção de dependência em projetos serverless;
- Repository Pattern;
- Entity Framework;
# Como executar:
Clonar / baixar o repositório em seu workplace.
Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
A infraestrutura da aplicação será criada através do docker compose /docker/docker_infrastructure.yml
# Sobre
Este projeto foi desenvolvido por Anderson Hansen.