2747 Commits

Author SHA1 Message Date
Takahiro Horike
bf2ee2e56b
Merge pull request #5299 from weeniearms/master
Added possibility to specify custom S3 key prefix instead of the stan…
2018-10-15 02:59:49 +09:00
Sebastian Borza
ae8f9dae69
Merge pull request #5393 from toshi0607/add-go-modules-template
add aws-go-mod
2018-10-14 09:51:53 -05:00
Takahiro Horike
71214f5b65
Merge pull request #5328 from reedyrm/master
Add CacheControl headers on the OPTIONS response in AWS API Gateway
2018-10-14 12:12:58 +09:00
toshi0607
25aeccfdf4 fix template name 2018-10-14 09:14:09 +09:00
toshi0607
f070d946be rename go-modoles to go-mod 2018-10-14 09:01:44 +09:00
Sebastian Borza
1ccd1448a3
Merge pull request #5389 from toshi0607/add-phony
fix Makefile style for Go template
2018-10-13 09:08:21 -05:00
toshi0607
b4141d43a9 change .PHONY to single line 2018-10-13 22:13:54 +09:00
toshi0607
64d6387a53 add chmod command 2018-10-13 20:17:40 +09:00
toshi0607
6f23452c7f add env var 2018-10-13 16:29:21 +09:00
toshi0607
b8df9e07f0 add test 2018-10-13 16:12:23 +09:00
toshi0607
9d0aac19ae add aws-go-mod 2018-10-13 16:03:01 +09:00
Takahiro Horike
449e269e32
Merge pull request #5301 from bzemms/patch-1
Update handler name when deploy a single function
2018-10-13 15:00:37 +09:00
Takahiro Horike
fd8ec201a9
Merge pull request #5391 from aki-webii/fix-unimplemented-context-log-func
fix: Implement context.log function for invoke local command on Python environment.
2018-10-13 14:46:05 +09:00
aki-webii
0e6423cbc6 fix: Implement context.log function for invoke local command on Python environment. 2018-10-13 14:00:02 +09:00
Takahiro Horike
d134a80343
Merge pull request #5390 from nogut0123/fix-2116
validate if serverless.yml exists when running sls info command
2018-10-13 13:58:14 +09:00
noguchi
0d9d1a23ff add valldation in info command 2018-10-13 12:29:12 +09:00
toshi0607
b8db53d4e4 fix Makefile style 2018-10-13 12:14:47 +09:00
Takahiro Horike
713a584b5a
Merge pull request #5377 from medikoo/remove-wrong-log
Remove invalid log
2018-10-13 11:31:51 +09:00
toshi0607
ad926a650c add gitignore setting 2018-10-13 09:56:41 +09:00
Mariusz Nowak
9b003ec379 Remove invalid log 2018-10-11 15:26:02 +02: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
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
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
reedyrm
588bebc933 fixed bad string in test 2018-09-25 08:48:43 -05:00
reedyrm
969d7a9992 removed trailing spaces 2018-09-24 02:38:45 -05:00
reedyrm
9bbebfc893 added option for cacheControl to be attached to cors to enable caching at CloudFront layer 2018-09-24 02:37:40 -05: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
weeniearms
b5da4d09ed Added possibility to specify custom S3 key prefix instead of the standard 'serverless' 2018-09-17 09:35:40 +02:00
Benny Zemmour
7815851f5b adding more tests coverage 2018-09-16 18:29:31 +03:00
Benny Zemmour
1d47ca878a adding test & docs 2018-09-16 17:20:50 +03:00
Benny Zemmour
b1a0e9211f
Update handler name on deploy single function
Allow to update the handler when using `deploy -f / --function`
2018-09-16 16:20:10 +03: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