We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226a1fa commit 2d4620dCopy full SHA for 2d4620d
.gitignore
@@ -3,3 +3,4 @@
3
*.tfstate.lock.info
4
*.tfstate.backup
5
*.backup
6
+lo.tar.gz
infra/lambda.tf
@@ -5,7 +5,7 @@ resource "aws_lambda_function" "convert" {
role = "${aws_iam_role.convert.arn}"
s3_bucket = "${aws_s3_bucket.serverless_libreoffice_pdf.id}"
7
s3_key = "${aws_s3_bucket_object.package.key}"
8
- memory_size = 2624
+ memory_size = 3008
9
timeout = 25
10
source_code_hash = "${base64sha256(file(data.archive_file.convert.output_path))}"
11
0 commit comments