CDK Stack

API Reference

class hello_world.hello_world_stack.HelloWorldStack(*args, **kwargs)[source]

Bases: Stack

Main CDK stack for the Hello World serverless application.

Provisions a Lambda function behind API Gateway, with supporting resources for idempotency (DynamoDB), configuration (SSM Parameter Store), feature flags (AppConfig), monitoring (CloudWatch dashboard), and security checks (cdk-nag).

Parameters:

args (Any)

Return type:

M