-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 804 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "s3-lambda-convert-docx-s3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"package": "aws cloudformation package --template-file template.yaml --output-template-file output.yaml --s3-bucket s3-lambda-convert-docx-s3-bucket",
"deploy": "aws cloudformation deploy --template-file output.yaml --stack-name s3-lambda-convert-docx-s3 --capabilities CAPABILITY_IAM",
"qd": "npm run package && npm run deploy",
"deploy:test": "aws cloudformation deploy --template-file output.yaml --stack-name s3-lambda-convert-docx-s3 --capabilities CAPABILITY_IAM --parameter-overrides ConversionFileType=docx ConversionMimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document"
},
"keywords": [],
"author": "",
"license": "MIT"
}