AWS Lambda Tutorial - How to Build Serverless Apps with AWS Lambda
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
AWS Lambda is a serverless compute service that runs back-end code in response to events and automatically manages the compute resources required by that code. It’s provided by Amazon as a part of the Amazon Web Services. In this AWS Lambda tutorial, we walk through what serverless architecture means, particularly AWS Lambda, and the benefits of maintaining serverless applications. We also showcase a demo of building and launching a serverless app using the AWS ecosystem, with the backend built in API Gateway and AWS Lambda, and the frontend in React.
Watch this video to learn:
- What does serverless mean
- What is AWS Lambda
- A demo of building and launching a serverless app using AWS Lambda