Tag: serverless
All the articles with the tag "serverless".
-
Customize a Cognito Access Token with Rust
Identity and Access Management is a critical part of any application. And having a solution that provides customization can also be super important. Take for instance the ability to customize a Cognit
-
Web API with Rust and Fargate
Rust web API on AWS Fargate built with Axum, DynamoDB, and Docker, covering local development with Docker Compose and ECS cloud deployment.
-
API Gateway, Lambda, DynamoDB and Rust
It's been a few weeks since I last wrote an article on using Rust with AWS. In the span of then and now, AWS officially released their Rust SDK for interacting with many of their services. If there wa
-
Amazon Q meets Taylor Swift
Amid everything going on, I stayed up after Day 2 of re:Invent to get my hands on the new Amazon S Q Digital Assistant. For more on the release here is the announcement. While sitting in the Adam Seli
-
AWS re:Invent Day 0
AWS re:Invent 2023 Day 0 recap covering the community hike at Valley of Fire, meeting builders in person, and kicking off the conference week.
-
Partitioned S3 Bucket from DynamoDB
I've been working recently with some data that doesn't naturally fit into my AWS HealthLake datastore. I have some additional information captured in a DynamoDB table that would be useful to blend wit
-
Consuming an SQS Event with Lambda and Rust
I've been trying to learn Rust for the better part of this year. My curiosity peaked a few years back when I learned the AWS-led Firecracker was developed with the language. And I've continued to want
-
DynamoDB Incremental Export with Step Functions
DynamoDB incremental exports can be orchestrated with Step Functions using native SDK integrations, eliminating the need for Lambda compute code.