/AWS_API_POST_METHOD

A simple project using AWS API Gateway to trigger a Lambda fuction to do a post method in DynamoDB.

Primary LanguagePython

A project in AWS using API Gateway Lambda Function and DynamoDB :


This is a very simple project, with the objective of creating a lambda function, where you must access the DynamoDB database and insert data into, The data is sent through API Gateway using the POST method by the client, the API gateway can be accessed via Postman via the url.


If you wanted to use it Just give a GitClone, have an AWS Account, Create a Lambda Function, DynamoDB Database and an API Gateway