Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,14 @@ aws-nuke.backends = ["aqua:ekristen/aws-nuke", "asdf:bersalazar/asdf-aws-nuke"]
aws-sam.aliases = ["aws-sam-cli"]
aws-sam.description = "CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM"
aws-sam.backends = [
"aqua:aws/aws-sam-cli",
{full = "aqua:aws/aws-sam-cli", platforms = [
"linux",
"macos"
]},
"pipx:aws-sam-cli",
"asdf:mise-plugins/mise-pyapp"
]
# aws-sam.test = ["sam --version", "SAM CLI, version {{version}}"] # takes forever on windows in CI
aws-sam.test = ["sam --version", "SAM CLI, version {{version}}"]
aws-sso.description = "A powerful tool for using AWS Identity Center for the CLI and web console"
aws-sso.backends = [
"aqua:synfinatic/aws-sso-cli",
Expand Down
Loading