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.
- Host: GitHub
- URL: https://github.com/superwalnut/dotnet-core-aws-lambda-example
- Owner: superwalnut
- Created: 2020-07-09T12:54:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T05:48:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T01:32:51.533Z (over 1 year ago)
- Language: C#
- Size: 1.78 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.