5109 Commits

Author SHA1 Message Date
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
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
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
Sebastian Borza
a06999321e
Merge pull request #5227 from sebito91/bugfix
addressing issue from #5220
2018-08-21 20:00:45 -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
Erik Erikson
2ebc65fe97 Fix Embedded Deep Variable in Variable String, within Override bug
If an override comes back as a variable containing a deep variable (e.g. `''${self:custom.${deep:1}, "fallback"}''`) or really any variable at all, it needs to be made a deep variable and paused for next iteration.  Do this generally rather than only in the case of deep variables.  See the test case for a circumstance that the prior fix didn't resolve.  This more generalized handling improves the fix and solves a remaining issue we found locally.
2018-08-17 17:50:58 -07:00
Sebastian Borza
89ce28f931
addressing issue from #5220 2018-08-17 16:59:40 -05:00
Erik Erikson
73ebe0f66b Fix #5205
Use the variable string from which the overwrite parameters were extracted as the replacement target (in the case of deep variable discovery) rather than the context property which represents the entire original value that the replacement is being waited upon.  That context property can contain far more content than the overwrite string itself.
2018-08-16 18:35:53 -07:00
Eslam A. Hefnawy
09e9b8d9c5 enable CI on platform deployment 2018-08-16 17:44:46 +03:00
Takahiro Horike
57a05e2279
Merge pull request #5089 from gmadar/patch-1
moved "source-map-support" to devDependencies + upgraded "source-map-support" to "^0.5.6" & "typescript" to "^2.9.2"
2018-08-14 20:36:27 +09:00
horike37
db519eb3b7 Merge branch 'master' into update-aws-nodejs-template 2018-08-13 21:58:11 +09:00
Philipp Muens
0b82770bbe Deterministic resourceId to fix state diffing on Platform 2018-08-13 12:02:59 +02:00
Philipp Muens
8289003b8d Fix rc lookup 2018-08-08 14:01:40 +02:00
Eslam λ Hefnawy
b7fff31803
Merge pull request #5189 from serverless/minor-dashboard-updates
Dashboard Updates
2018-08-07 14:06:58 +03:00
Takahiro Horike
c093e39849
Merge pull request #5192 from bhaskarbalusani/master
Update spawn API with {shell=true}
2018-08-07 11:10:05 +09:00
Takahiro Horike
f64f6a15c1
Merge pull request #5028 from drkmullins/master
Add Windows support for spawning mvn
2018-08-07 10:58:15 +09:00
Takahiro Horike
8d231f573c
Merge pull request #5191 from bytekast/clojurescript
AWS Clojurescript Gradle Template
2018-08-06 23:37:38 +09:00
Takahiro Horike
448f9037f2
Merge pull request #5107 from slang25/dotnetcore2.1
Use latest dotnet runtime in AWS Lambda
2018-08-06 23:12:52 +09:00
Takahiro Horike
659df3651c
Merge pull request #5119 from gcphost/master
#5110 null error on undefined AWS SSM variables
2018-08-06 21:31:57 +09:00
bhaskarbalusani
c961dee9ab
Update index.js 2018-08-06 14:22:22 +05:30
bhaskarbalusani
a1876717a3
Update index.js 2018-08-06 13:17:39 +05:30
Rowell Belen
bfd1822e92 Add README 2018-08-05 12:28:33 -06:00
Rowell Belen
47aadb5e91 AWS Clojurescript Gradle Template 2018-08-05 11:22:25 -06:00
Eslam A. Hefnawy
5b7ccbccaa support more than 100 resources in dashboard 2018-08-03 16:55:58 +03:00
Eslam A. Hefnawy
fc5dbce5d2 add comment 2018-08-03 16:06:01 +03:00
Eslam A. Hefnawy
32ed6776c5 some minor dashboard updates 2018-08-03 16:03:26 +03:00
bhaskarbalusani
e599f57178
Update index.js 2018-08-03 15:45:28 +05:30
Rowell Belen
acbc017de0 Update Groovy and Gradle versions 2018-08-02 22:09:07 -06:00
Rowell Belen
c67b4a6825 Gradle Clojure Template cleanup 2018-08-02 21:57:01 -06:00
Takahiro Horike
d5aebc751e
Merge pull request #5147 from bytekast/clojure-template
AWS Clojure Gradle Template
2018-08-03 08:43:43 +09:00
Rowell Belen
3b8e0ec125 AWS Clojure Gradle Template 2018-08-02 13:26:19 -06:00
Takahiro Horike
8c85ed0db1
Merge pull request #5156 from erikerikson/fix-overwrite-to-deep-unresolvable
During Overwrite, Pause on Deep Variables
2018-08-02 20:41:27 +09:00
Takahiro Horike
831706ed61
Merge pull request #5151 from erikerikson/improve-promise-logging
Improve messaging and formatting of pending promise warnings
2018-08-01 08:57:37 +09:00
Takahiro Horike
46cd0ebe3e
Merge pull request #5116 from laardee/add-gitlab-template-installation
Add support for installing templates and boilerplates from GitLab
2018-08-01 08:54:51 +09:00
Takahiro Horike
c0672d1020
Merge pull request #5082 from HiromiShikata/feature/fix-cmd-create-replacing-service-name
Fixed that create command didn't use the service name given as -n option
2018-08-01 08:24:58 +09:00
Eslam λ Hefnawy
d4abfae320
Merge pull request #5145 from sebito91/update_golang
Update aws-go and aws-go-dep templates based on examples repo
2018-07-30 22:23:14 +03:00
Eetu Tuomala
108a548c49
add getPathDirectory and validateUrl helper functions 2018-07-30 17:12:58 +03:00