Components
Stackattack provides opinionated, secure-by-default AWS infrastructure components built on top of Pulumi.
Available Components
Section titled “Available Components”- bucket
- certificate
- cluster
- database
- emailDomain
- githubRole
- gmailDomain
- googleSiteVerification
- loadBalancer
- redis
- s3Firehose
- service
- serviceAutoscaling
- staticSite
- topicWebhook
- twingateConnector
- vercelDomain
- vpc
- vpn
Getting Started
Section titled “Getting Started”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.