Subchapter 23.8
references/decision-refs/lambda.mdMarkdown1 KBView on GitHub
Event-driven functions, scale to zero, cheapest for short stateless tasks.
Seconds-long, stateless, event-driven agent tasks (single tool call, classification).
15-minute hard cap; no long sessions, no cross-session memory without external state.
Hands off to the source-platform migration skill (gcp-to-aws or heroku-to-aws) for compute-layer config.
Entry: handler function invoked via invoke API or function URL; event-source wiring as needed. IAM: execution role with bedrock:InvokeModel (model-bearing units only — a model-less unit omits it) + service-specific permissions. Networking: public service endpoints over TLS; VPC endpoints only if policy demands.