Skip to content

Commit

Permalink
chore(deploy): add sam version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Dec 15, 2024
1 parent 49f1e22 commit ae19ae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-sam/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ build/

.mvn
.aws-sam
samconfig.toml

kotlin-compiler-server.zip
9 changes: 9 additions & 0 deletions aws-sam/samconfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version = 0.1
[default.deploy.parameters]
stack_name = "kotlin-compose-compiler"
resolve_s3 = true
s3_prefix = "kotlin-compose-compiler"
region = "eu-west-1"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
image_repositories = []

0 comments on commit ae19ae8

Please sign in to comment.