An open API service indexing awesome lists of open source software.

https://github.com/superwalnut/dotnet-core-aws-lambda-example

I am building a sample app using .net core + lambda for a bitcoin price query service with coinbase api.
https://github.com/superwalnut/dotnet-core-aws-lambda-example

Last synced: over 1 year ago
JSON representation

I am building a sample app using .net core + lambda for a bitcoin price query service with coinbase api.

Awesome Lists containing this project

README

          

full article read: https://medium.com/@mrkevin.wang/build-coinbase-price-api-with-net-core-deploy-as-serverless-app-to-aws-lambda-1d029bcd184c

# Build a .net core 3.1 web api & deploy as serverless app to AWS Lambda

Part 1. Install lambda tools

Part 2. Create the project

Part 3. Configure AWS template

Part 4. Deploy to AWS lambda

## bitcoin-netcore-lambda
I am building a sample app using .net core + lambda for a bitcoin price query service with coinbase api.