Building Lambda functions in Rust - part 3
In this live coding session, we delve deep into the Rust programming language and use it together with AWS Lambda!
Join Luciano and Roberto in this coding livestream as they dive into Rust development, focusing on optimizing payload generation and API calls. In this session, they recap their progress from previous sessions, including creating sets of data, generating payloads, and posting data to an AirTable database table using a client. They discuss potential optimizations, such as removing unnecessary cloning and creating a custom serializer to handle nested data more efficiently. Additionally, they consider refactoring their code to use a shared client structure for better resource management. Throughout the session, they engage in lively discussion and problem-solving, sharing insights and learning experiences along the way.
⛓️ Links:
- Our repository: https://github.com/gambuzzi/tag-updates-lambda
- Cargo Lambda extensions: https://www.cargo-lambda.info
- Crontab editor and validator: https://crontab.guru
- SAM, Serverless Application Model: https://aws.amazon.com/serverless/sam/
- On-demand Container Loading in AWS Lambda (paper): https://arxiv.org/abs/2305.13162
➡️ Follow us on Twitch for more live streams at https://twitch.tv/loige
#Rust #AWS #Lambda #Cloud #serverless