We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deploy Loki using the AWS Serverless Application Model (SAM) CLI.
sam deploy \ --template-file template.yaml \ --stack-name my-openclaw \ --region us-east-1 \ --parameter-overrides \ EnvironmentName=my-openclaw \ InstanceType=t4g.xlarge \ ModelMode=bedrock \ --capabilities CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \ --no-confirm-changeset
Or use guided mode for interactive parameter input:
sam deploy --guided --template-file template.yaml
The SAM template uses Transform: AWS::Serverless-2016-10-31 and AWS::Serverless::Function for the Lambda custom resources. This means:
Transform: AWS::Serverless-2016-10-31
AWS::Serverless::Function
Policies
AWS::IAM::Role
CAPABILITY_AUTO_EXPAND
CAPABILITY_NAMED_IAM
Same as the CloudFormation template — InstanceId, PublicIp, SSMConnect, RoleArn, VpcId.
InstanceId
PublicIp
SSMConnect
RoleArn
VpcId
InlineCode
sam delete --stack-name my-openclaw