Tag: serverless
All the articles with the tag "serverless".
-
Mapping AWS State Machine output to API Gateway response with VTL
VTL mapping templates in API Gateway transform Step Functions output into custom HTTP responses with dynamic status codes and JSON payloads.
-
Creating an AWS Cognito User with an Auto-Incrementing ID using AWS Step Functions
Creating a Cognito User with AWS Step Functions native SDK integrations
-
API Gateway Base Path Mapping
API Gateway base path mapping with CDK routes multiple REST APIs under a single custom domain name while disabling default execute endpoints.
-
Querying AWS Healthlake from Go
AWS HealthLake querying with Go requires signed REST API requests to fetch FHIR Bundles and Patient resources from your datastore endpoint.
-
Handling "Poison Pill" Messages with AWS Kinesis and Lambdas
Kinesis poison pill messages block stream processing for hours when Lambda event sources fail, but CDK event source configurations can solve this.
-
Creating an Async Integration with AWS Step Functions from API Gateway via CDK
Step Functions async integration with API Gateway via CDK enables durable webhook-style endpoints that return immediately while workflows execute.