Authenticating a REST API on AWS Lambda using Auth0
If you followed along in the previous tutorial, Create a REST API on AWS Lambda using Lambdasync, you should have a simple API for a note »
If you followed along in the previous tutorial, Create a REST API on AWS Lambda using Lambdasync, you should have a simple API for a note »
Time for another update to Lambdasync. 🎉 The major bump is due to switching over to using Lambda proxy integrations to tie your API endpoint to your »
Lambdasync 2.0 update - Environment variables in Lambda Lambdasync is a tool to scaffold, deploy and update JSON APIs on AWS Lambda from the command »
One of my passions in world of tech right now is Function as a Service, or FaaS for short. The premise is as simple as it »
AWS Lambda is a pretty great place to put your APIs, you don't need to configure any servers, you pay only for what you use, and »