Aws Stack
A composite component that bundles foundational AWS components together for convenience:
- Top level stack component
- AwsProvider
- S3Backend
- LogBucket
Usageâ
import { AwsStack } from "@dinghy/tf-aws";
export default () => <AwsStack>....</AwsStack>;