--- title: "Deploying Microservices with Pulumi & AWS Lambda (TypeScript)" chapter: true weight: 40 --- # Deploying Microservices with Pulumi & AWS Lambda (TypeScript) ### Welcome ### Learning Objectives - Getting started with Pulumi - Provision a very simple Lambda function - Use [Pulumi Crosswalk for AWS](https://www.pulumi.com/docs/guides/crosswalk/aws/) to reduce the amount of code to deploy Lambda functions - Use [AWS Lambda Containers](https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/) to build a microservice {{% notice info %}} In this workshop, we have selected lambda and serverless technologies to demonstrate the strength of IaC At the end of the workshop you can continue to the additional content section, where you can find more labs to explore other components to work with such as serverless and EC2. {{% /notice %}} {{% notice warning %}}
The examples and sample code provided in this workshop are intended to be consumed as instructional content. These will help you understand how various cloud services can be used to build a solution while demonstrating best practices along the way. These examples are not intended for use in production environments.
{{% /notice %}}