2730 Commits

Author SHA1 Message Date
Shane Handley
1726daef2e Merge branch 'master' into 2116-consistent-errors-missing-config 2018-10-12 15:02:19 +09:00
Eslam λ Hefnawy
00daa75956
Merge pull request #5263 from NotMyself/webtask-deprecation
Webtask Deprecation
2018-10-04 14:35:19 +03:00
Takahiro Horike
ea7bea43f0
Merge pull request #5327 from laardee/add-shorthand-cf
Add Support for Shorthand CloudFormation Syntax
2018-10-03 01:38:38 +09:00
Takahiro Horike
83f1460df3
Merge pull request #5314 from erikerikson/consistent-service-path
Provide Consistent Service Path (Fix #5242)
2018-10-03 00:54:16 +09:00
Shane Handley
2643a7de89 Remove redundant test from print plugin 2018-10-02 06:32:41 +09:00
Eetu Tuomala
8fdd3957a4
node v4 fixes 2018-09-30 11:49:42 +03:00
Eetu Tuomala
d7374ab26d
move cloudformation schema to lib/plugins/aws/lib, try to use schema only if parse without schema fails 2018-09-30 11:28:21 +03:00
Shane Handley
7b664e949f Update the way that the configDependent property is checked, switch some lookups to getServerlessConfig to use the service path from sls.config rather than assume process.cwd() 2018-09-30 15:40:21 +09:00
Takahiro Horike
46aa939373
Merge pull request #5313 from robin-norwood/invoke-local-override-env
Invoke local override env
2018-09-27 05:53:20 +09:00
Bobby Johnson
4e501969c0
Merge branch 'master' into webtask-deprecation 2018-09-26 08:44:10 -07:00
Robin Norwood
9fc463d8e6 Use lodash .concat instead of Array.concat 2018-09-19 23:26:32 -05:00
Erik Erikson
553e6cf0da Provide Consistent Service Path
Fix #5242

Do this by first supplying the `servicePath` in `~/lib/plugins/lib/validate.js` and `~/lib/plugins/print.js` in a consistent manner with the code in `~/lib/classes/PluginManager.js`.  Then, provide a default of `process.cwd()` for `servicePath` in `getCacheFilePath` and `getServerlessConfigFile`.
2018-09-19 17:03:29 -07:00
Robin Norwood
3325118079 Fix linting errors 2018-09-19 17:05:02 -05:00
Robin Norwood
56d02bd1de Implement #5096 - invoke local can override env vars with --env 2018-09-19 16:53:10 -05:00
Takahiro Horike
373efc4f9f
Merge pull request #5291 from softprops/python-aws-invoke-context-parity
more faithfully represent aws lambda python runtime context
2018-09-20 06:03:36 +09:00
softprops
fdac9df145 generate a dynamic date 2018-09-18 21:02:14 -04:00
Takahiro Horike
5b9faca66a
Merge pull request #5309 from uneco/patch-1
Update AWS TypeScript handler template
2018-09-19 08:00:15 +09:00
horike37
8458ff16c9 fix conflict and rebase this branch from master 2018-09-19 07:15:16 +09:00
Philipp Muens
b303b2e498
Merge pull request #5289 from serverless/raees/cloudflare-provider-config
Cloudflare: Specify config under provider property
2018-09-18 15:05:50 +02:00
AOKI Yuuto
469893ce9b
Update TypeScript handler template 2018-09-18 14:00:18 +09:00
Philipp Muens
b59aa9c275 Add support for backend state item generation and multi-region support 2018-09-17 16:31:12 +02:00
Shane Handley
c763da1d21 Gah, linting :( 2018-09-16 05:22:38 +09:00
Shane Handley
409ae6d442 Fix print test. 2018-09-16 05:16:50 +09:00
Shane Handley
7d0c9d5c6a Add coverage for print command without config. 2018-09-16 05:11:41 +09:00
Shane Handley
efe3d1c73b Linting 2018-09-16 04:24:52 +10:00
Shane Handley
515fd8c6ab Updated config to require serverless config for selecte plugins. 2018-09-16 03:04:50 +10:00
Shane Handley
860fd938a0 Test coverage of the flag to check for serverless config befre executing a command which requires a config to exist. 2018-09-15 14:32:34 +10:00
Raees Iqbal
c9feb99df5
Cloudflare Workers: Bump the version for serverless-cloudflare-workers dependency 2018-09-14 10:57:22 +05:00
softprops
c06ae9ebea more faithfully represent aws lambda python runtime context 2018-09-12 01:09:12 -04:00
Raees Iqbal
8f59d0de09
Cloudflare: Specify config under provider property 2018-09-12 03:45:12 +05:00
Raees
f53f04724f
Merge pull request #5258 from pinkerton/master
Add support for Cloudflare Workers
2018-09-11 20:34:04 +05:00
Raees
7616fb2a82
Fix serverless-cloudflare-workers version 2018-09-11 19:13:34 +05:00
Raees
e2050f993d
Fix serverless-cloudflare-workers version in enterprise 2018-09-11 19:13:17 +05:00
Shane Handley
d81ad1b913 Initial conversion to validation within the PluginManager, rather than a per-plugin invocation of the validation. 2018-09-10 21:41:39 +10:00
Takahiro Horike
962f09330e
Merge pull request #5266 from danielrbradley/alexa-typescript-template
Add new template for AWS Alexa Typescript
2018-09-05 07:57:25 +09:00
Takahiro Horike
ef7391f503
Merge pull request #5079 from abetomo/feature_unlink_tmp_node_dependencies
Remove `/tmp/node-dependencies*`
2018-09-05 00:02:53 +09:00
Takahiro Horike
a283b04c07
Merge pull request #5229 from laardee/sns-filter-policy
Adds FilterPolicy to SNS event
2018-09-04 23:18:54 +09:00
Daniel Bradley
54297a8622 Update Serverless Alexa plugin version
- Ensure we restore the version that’s compatible with the instructions.
- Update instructions to remove manual vendor configuration.
2018-09-03 10:16:25 +01:00
Shane Handley
28124a4cfe Fix for #3069 - Failing to handle schedule event body params due to failures in stringifying an already stringified...string. 2018-09-02 03:47:27 +10:00
Daniel Bradley
bd2fbdc049 Add new template for AWS Alexa Typescript
- Adapt from `aws-nodejs-typescript`.
- Tested manually by specifying template-url.
- Add unit and integration tests for new create template.
- Waiting on the next version of the `serverless-alexa-skills` plugin to be released on NPM.
2018-08-31 14:59:01 +01:00
Bobby Johnson
bbe5639399 removed references to webtask provider that is being deprecated 2018-08-29 09:35:29 -07:00
Philipp Muens
afaeb65699 Fix CORS race condition 2018-08-28 09:35:37 -07:00
Eslam λ Hefnawy
b0e4d3430d
Merge pull request #5237 from serverless/platform-dynamo
Fix a bug when using DynamoDB events with the Serverless Platform
2018-08-27 17:50:20 +03:00
Nirvik Ghosh
ff01f27ea7 added headers to the self-serve template
added headers in enterprise template
2018-08-24 14:27:51 -05:00
Nirvik Ghosh
ab81dd60c2 whitelisted cloudflare templates 2018-08-23 16:18:05 -05:00
Eetu Tuomala
c39a74ad6a
add separate subscription resource only if filter policy exists 2018-08-20 22:37:00 +03:00
Eslam A. Hefnawy
b6402624d2 fix bug when using dynamo events with platform 2018-08-20 22:14:53 +03:00
Eetu Tuomala
1895008ef5
add test for existing topic subscription with filter policy 2018-08-20 11:07:54 +03:00
Eetu Tuomala
b204d7a83f
add filterpolicy to sns subscription 2018-08-20 00:44:26 +03:00
Sebastian Borza
89ce28f931
addressing issue from #5220 2018-08-17 16:59:40 -05:00