Most developers fail to properly understand and use serverless development - this is our lambda done right class.

Duration: One or two days in person, or six 1.5 hours online sessions.

Prerequisite: No previous AWS experience required, but you should be familiar with at least one of the mainstream programming languages. This class is programming language agnostic, but we will prefer to teach in Rust or Java. Minimal Typescript skills are required for AWS CDK scripting.

Availability: Onsite, online or public workshop. Check the dates for our upcoming public workshops. For onsite training, please contact us.

What you'll get from this class?

  • Master AWS Lambda functions
  • Learn to integrate different services like API Gateway, S3, Kinesis, SNS, SQS, DynamoDb in your serverless stack
  • Streamline your development and deployment with AWS CDK

What we cover?

Our syllabus is flexible and will be dynamically adjusted based on the skills of the participants and their feedback. In general, we expect to cover the following topics:

  • How to write a lambda function
  • How to test locally a lambda function
  • How to automatically deploy a lambda function and AWS resources
  • How to create a REST API backed by lambda functions
  • How to secure a REST API backed by lambda functions
  • How to design and develop a complex serverless project
  • How to provision resources for lambda functions
  • How to manage multiple lambda functions versions in production
  • How to monitor lambda functions