Skip to content

noel-lang/spring-boot-monolith-on-aws-lambda

Repository files navigation

samconfig.toml

version = 0.1
[default]
[default.deploy]
[default.deploy.parameters]
stack_name = "<stack-name>"
s3_bucket = "<s3-bucket-name>"
capabilities = "CAPABILITY_IAM"
template_file = ".aws-sam/build/template.yaml"
image_repository = "<ecr-repository-uri>"
region = "eu-central-1"

[default.build]
[default.build.parameters]
template = "template.yaml"
use_container = true

About

Proof of Concept einer monolithischen Anwendung auf einer einzelnen AWS Lambda Funktion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published