aws-solution-architect
Audited by Runlayer on Mar 10, 2026
Risky tool definition detected
git commit -m "Initial infrastructure setup" # Use separate stacks per environment cdk deploy --context environment=dev cdk deploy --context environment=staging cdk deploy --context environment=production ``` ### 2.
Risky tool definition detected
### Step 3: Generate IaC Templates Create infrastructure-as-code for the selected pattern: ```bash # Serverless stack (CloudFormation) python scripts/serverless_stack.py --app-name my-app --region us-east-1 ``` **Example CloudFormation YAML output (core serverless resources):** ```yaml AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Parameters: AppName: Type: String Default: my-app Resources: ApiFunction: Type: AWS::Serverless::Function Properties: Handler: index.han
Tool passed security scan
Tool passed security scan
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan