mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
e6ba07fd06
Now that task cancellation works, re publishing this PR with a new example for Swift Service Lifecycle
9 lines
200 B
TOML
9 lines
200 B
TOML
version = 0.1
|
|
[default.deploy.parameters]
|
|
stack_name = "StreamingNumbers"
|
|
resolve_s3 = true
|
|
s3_prefix = "StreamingNumbers"
|
|
region = "us-east-1"
|
|
capabilities = "CAPABILITY_IAM"
|
|
image_repositories = []
|