Skip to content

Commit 4709d5d

Browse files
committed
refa: updated example (#5)
1 parent 530cfaf commit 4709d5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,15 @@ module "function" {
7070
identifier = "example-function-dev"
7171
memory_size = 128
7272
timeout = 3
73-
log = true
7473
policies = [
7574
"arn:aws:iam::aws:policy/aws-service-role/AccessAnalyzerServiceRolePolicy",
7675
"arn:aws:iam::aws:policy/AdministratorAccess-Amplify"
7776
]
7877
78+
log_config = {
79+
retention_in_days = 7
80+
}
81+
7982
image = {
8083
uri = "test.registry:latest"
8184
}

0 commit comments

Comments
 (0)