Agenda
● AWS API gateway - how to use and configure
● Integration AWS lambda with mulesoft
● S3 connector in Mule 4 scopes and components
● API integration with AWS API gateway with lambda to process and read it with S3
● Real-World Use Cases & Demo
For Upcoming Meetups Join Mysore Meetup Group - https://meetups.mulesoft.com/aws-cloud-native/
Organizers Shubham Chaurasia Billennium India Pro Integration Developer Robin Sinha Senior Engineer linkedin.com/in/ robin-sinha linkedin.com/in/shubhamchaurasia1
Speaker MuleSoft Developer Working in HashedIn 3+ Years of Experience MuleSoft Certified AWS Certified GAGAN VERMA Gagan Verma Senior Engineer
AGENDA Introduction Integration Patterns AWS API gateway - how to use and configure Integration AWS lambda with mulesoft S3 connector in Mule 4 scopes and components API integration with AWS API gateway with lambda to process and read it with S3 Real-World Use Cases & Demo Q&A Trivia Networking time Wrap-Up
What is AWS Lambda? AWS Lambda is an event-driven, serverless Function as a Service provided by Amazon as a part of Amazon Web Services. It is designed to enable developers to run code without provisioning or managing servers. It executes code in response to events and automatically manages the computing resources required by that code.
Amazon API Gateway Create, maintain, and secure APIs at any scale Create APIs: You can create REST, HTTP, and WebSocket APIs that access AWS services, other web services, or data in the AWS Cloud. Expose backend services: You can expose backend HTTP endpoints, AWS Lambda functions, or other AWS services. Route requests: You can route HTTP requests to Lambda functions or other integration types. Secure access: You can use authentication and authorization controls to secure access to your API. Manage APIs: You can manage the API lifecycle, generate client SDKs, and view API metrics. Configure throttling and quota limits: You can configure throttling and quota limits for your APIs.
Amazon S3 Easily manage access for shared datasets on Mulesoft with Amazon S3 connector. Simplify data access management Access Points can be created for different applications, teams, or accounts, with each having its own access policies. This allows for more granular control over who can access what data. Amazon S3 Connector Anypoint Connector for Amazon S3 (Amazon S3 Connector) provides connectivity to the Amazon S3 API, enabling you to interface with Amazon S3 to store objects, download and use data with other AWS services, and build applications that require internet storage.
API integration with AWS API gateway with lambda to process and read it with S3