Skip to content

Commit 529cd06

Browse files
committed
change account
1 parent 2e5c3b9 commit 529cd06

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEPLOYMENT_BUCKET_NAME := claudia-layers
1+
DEPLOYMENT_BUCKET_NAME := desole-packaging
22
DEPLOYMENT_KEY := $(shell echo pandoc-$$RANDOM.zip)
33
STACK_NAME := pandoc-lambda-layer
44

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a precompiled version of [Pandoc](http://pandoc.org/) for the Amazon Lin
44

55
## Use within Lambda
66

7-
You can use a pre-deployed ARN: `arn:aws:lambda:us-east-1:818931230230:layer:pandoc:6` or deploy yourself -- edit Makefile to set your deployment bucket etc, then just run `make deploy`.
7+
You can use a pre-deployed ARN: `arn:aws:lambda:us-east-1:145266761615:layer:pandoc:1` or deploy yourself -- edit Makefile to set your deployment bucket etc, then just run `make deploy`.
88

99
The binary will be in `/opt/bin/pandoc` inside your Lambda container.
1010

Diff for: cloudformation/template.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ Resources:
1111
Properties:
1212
CompatibleRuntimes:
1313
- nodejs8.10
14-
- nodejs6.10
1514
- python3.6
16-
- python3.7
17-
- python2.7
1815
- ruby2.5
19-
- java-1.8.0-openjdk
16+
- java8
2017
- go1.x
21-
- dotnetcore2.1
22-
- dotnetcore2.0
23-
- dotnetcore1.0
2418
Description: Pandoc for AWS Lambda
2519
LayerName: pandoc
2620
LicenseInfo: GPL-2.0-or-later

0 commit comments

Comments
 (0)