We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981341e commit 130ad0eCopy full SHA for 130ad0e
1 file changed
example/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aws-serverless-express-example",
3
- "version": "1.1.0",
+ "version": "2.0.0",
4
"description": "Example application for running a Node Express app on AWS Lambda using Amazon API Gateway.",
5
"main": "lambda.js",
6
"config": {
@@ -22,7 +22,6 @@
22
"package-deploy": "npm run package && npm run deploy",
23
"delete-stack": "aws cloudformation delete-stack --stack-name $npm_package_config_cloudFormationStackName --region $npm_package_config_region",
24
"setup": "npm install && (aws s3api get-bucket-location --bucket $npm_package_config_s3BucketName --region $npm_package_config_region || npm run create-bucket) && npm run package-deploy",
25
-
26
"win-config": "npm run config",
27
"win-deconfig": "npm run deconfig",
28
"win-local": "npm run local",
0 commit comments