Skip to content

A microservice implemeting all users functionalities like preregister to an account, authenticate, etc

License

Notifications You must be signed in to change notification settings

Higino/onion-project-users-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onion-project-users-microservice

A microservice implemeting all users functionalities like preregister to an account, authenticate, etc

Pre requisites

This project is build with .NET 6 and prepared to run as an AWS Lambda.

As a pre-requisite, you'll need to install .NET 6 SDK and then install the AWS Lambda tools for .NET

If you're in a hurry, this should do the trick:

$ dotnet new -i Amazon.Lambda.Templates

Running the tests

$ cd test/Otis.Users.Tests/
$ dotnet test

Deploying the application

$ cd src/Otis.Users/
$ dotnet lambda package

Then upload the file src/Otis.Users/bin/Release/net6.0/Otis.Users.zip to the AWS lambda function on the AWS Web Console.

About

A microservice implemeting all users functionalities like preregister to an account, authenticate, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages