News

In this post, we saw that lambda functions are not mysterious objects. They are one-liner functions in python. Then we saw that they are easier to use compared to normal functions that we define using ...
This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders. hello_world - Code for the ...
Get the API Key generated by AWS by running hatch run ./get_api_key.py in the root directory. The deployment is configured to reject any API call that does not have this key passed via the x-api-key ...