Skip to content

Commit 0f62d8d

Browse files
committed
clean up docs
1 parent de37723 commit 0f62d8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This is a precompiled version of [Pandoc](http://pandoc.org/) for the Amazon Linux machine image used by AWS Lambda, deployable as an AWS lambda layer. It can help you get started quickly with Pandoc inside Lambda functions.
44

5+
## Use within Lambda
6+
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`.
8+
9+
The binary will be in `/opt/bin/pandoc` inside your Lambda container.
10+
11+
## Build it yourself
12+
513
Check out the [Running Pandoc on Lambda Guide](https://claudiajs.com/tutorials/pandoc-lambda.html) for information on how this binary was produced, and how to compile a different version yourself with modified options.
614

715
## Version information
@@ -21,6 +29,6 @@ for a particular purpose.
2129

2230
### License
2331

24-
To keep things consistent, this library is released under GPL. If this is a problem for you, check out the [Running Pandoc on Lambda Guide](https://claudiajs.com/tutorials/pandoc-lambda.html) for information on how to produce the binary yourself.
32+
To keep things consistent, this library is released under GPL (v2 or later). If this is a problem for you, check out the [Running Pandoc on Lambda Guide](https://claudiajs.com/tutorials/pandoc-lambda.html) for information on how to produce the binary yourself.
2533

2634
Pandoc is free software, released under the GPL. © 2006-2018 John MacFarlane.

cloudformation/template.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Resources:
1111
Properties:
1212
CompatibleRuntimes:
1313
- nodejs8.10
14+
- nodejs6.10
15+
- python3.6
16+
- python3.7
17+
- python2.7
18+
- ruby2.5
19+
- java-1.8.0-openjdk
20+
- go1.x
21+
- dotnetcore2.1
22+
- dotnetcore2.0
23+
- dotnetcore1.0
1424
Description: Pandoc for AWS Lambda
1525
LayerName: pandoc
1626
LicenseInfo: GPL-2.0-or-later

0 commit comments

Comments
 (0)