Skip to content

Components

Stackattack provides opinionated, secure-by-default AWS infrastructure components built on top of Pulumi.

All components follow the same basic pattern:

import * as saws from "@stackattack/aws";
const ctx = saws.context();
const component = saws.componentName(ctx, args);

Each component is designed with secure defaults and can be customized through configuration arguments.