Lambda Function 

FEATURES

  • Payment creation

    This is a lambda function for creating online payments using the MercadoPago SDK.

  • API REST

    The lambda function is used in the endpoint of a REST API created with AWS Lambda and API Gateway services.

TECHNOLOGIES

  • Python (Source)

    Version: 3.10.7

    Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

  • Mercadopago (Source)

    Version: 2.2.0

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It's free and open source.

  • AWS LAMBDA (Source)

    Version: AWS

    AWS Lambda is a serverless computing platform provided by Amazon Web Services (AWS). It allows developers to run code without the need to provision or manage servers, and it automatically scales the code based on the incoming requests or events. Lambda supports multiple programming languages, including Python, Java, Node.js, and more, making it a flexible platform for building various types of applications and services.

  • API GATEWAY (Source)

    Version: AWS

    Amazon API Gateway is a fully managed service provided by Amazon Web Services that allows developers to create, publish, maintain, monitor, and secure APIs. API Gateway provides a simple way to create REST APIs, WebSocket APIs, and HTTP APIs that can be used to connect various backend services, such as AWS Lambda functions, Amazon EC2 instances, and more.