Philipp Muens
9ba9b1af66
Merge pull request #6491 from serverless/existing-cognit-user-pool-multi
...
Multiple event definitions for existing Cognito User Pools
2019-08-06 14:16:40 +02:00
Philipp Muens
a97a928404
Check if more than 1 existing bucket is configured
2019-08-06 13:16:00 +02:00
Philipp Muens
3b871ca9cb
Multiple event definitions for existing Cognito User Pools
2019-08-06 13:08:42 +02:00
Philipp Muens
5e0d9c28c9
Merge pull request #6471 from sameer-s/master
...
Allow AWS Subscription Filters to be reordered
2019-08-06 12:49:19 +02:00
Philipp Muens
a1976eb5c9
Merge pull request #6477 from serverless/existing-s3-multi
...
Multiple event definitions for existing S3 bucket
2019-08-05 16:32:21 +02:00
Philipp Muens
03d85834b0
Multiple event definitions for existing S3 bucket
2019-08-05 12:54:30 +02:00
Philipp Muens
ffd505860a
Separate regression test
2019-08-05 12:41:02 +02:00
Laurens Bremers
fbf3ab928c
- added edge-cases to handler path
...
- added normalized path expectations in tests
2019-08-02 20:46:36 +02:00
Sameer Suri
2ddb7ff90c
Remove CloudWatch logs triggers if logical IDs do not match
2019-08-01 12:24:36 -07:00
lauw70
bcbefefbfc
Fix without diff issues (hopefully)
2019-08-01 11:32:55 +02:00
Laurens Bremers
3ad4b171b0
Revert "Fix path matching issue"
...
This reverts commit 9b496683
2019-08-01 11:31:26 +02:00
lauw70
9b496683ac
Fix path matching issue
...
fix for https://github.com/serverless/serverless/issues/6482
2019-08-01 11:16:21 +02:00
Karol Topolski
459d7829b9
Render event information in aws-ruby handler template
2019-07-30 17:52:23 +02:00
stefan judis
8da1e2b1ed
Add Twilio Runtime to create template
2019-07-30 10:06:40 +02:00
Philipp Muens
9edda3c551
Existing S3 bucket fixes
2019-07-29 17:24:58 +02:00
Daniel Schep
c44f9faf95
lint
2019-07-26 09:31:57 -04:00
Philipp Muens
871b04e238
Add EventBridge event source
2019-07-26 13:36:22 +02:00
Philipp Muens
a768e2fe52
Merge pull request #6445 from zvymazal/fix/cross_account_sns_events
...
Fix cross-account/cross-regions SNS subscriptions to topics with the same name
2019-07-26 13:28:14 +02:00
Philipp Muens
aee1599302
Merge pull request #6446 from maafk/master
...
Remove hard coded partition when validating subscription filters
2019-07-26 11:24:58 +02:00
Zbyněk Vymazal
6269e930a1
Fix lint errors
2019-07-26 11:06:14 +02:00
Daniel Schep
e6367e0f6f
Imporove interactive AWS creds flow
...
closes PLAT-1341
implemented by asking if the user has an account, if not, open browser to sign up
and then open browser (in new or existing acct case) to create an admin user for
user with serverless.
added open as a dependency to open the browser
2019-07-25 13:30:43 -04:00
Zbyněk Vymazal
cf3df0e512
Add regression tests
2019-07-25 17:05:54 +02:00
Daniel Schep
be96a65e9a
format
2019-07-25 09:23:50 -04:00
Daniel Schep
221c1b65bc
tests
2019-07-25 09:01:34 -04:00
Daniel Schep
860ab72598
add commands that require aws creds..
2019-07-25 08:56:41 -04:00
Daniel Schep
51e4bd2b6f
add commands that require aws creds..
2019-07-25 08:52:52 -04:00
Daniel Schep
05394e3bbc
only check creds on deploy
...
fixes #6436
2019-07-25 08:49:21 -04:00
Taylor Ondrey
f7d275ddfe
linting fix after finally running the proper linting command
2019-07-25 07:42:19 -04:00
Taylor Ondrey
a2cf61da9f
Attempt to resolve linting fail in travis-ci
2019-07-25 07:36:31 -04:00
Taylor Ondrey
49adacd9f5
Remove hard coded partition when validating cloudwatch subscription filters
2019-07-25 06:59:42 -04:00
Zbyněk Vymazal
bb0ea88b95
Use declared SNS topic name
2019-07-25 12:38:44 +02:00
Daniel Schep
30b9395d31
PLAT-1390 - check for cached creds in interactive setupAws
...
because this is how the sfe plugin sets creds
2019-07-24 15:21:00 -04:00
Daniel Schep
9766aa543d
use slss.io
2019-07-23 12:52:48 -04:00
Daniel Schep
9a27c0c1cc
Merge remote-tracking branch 'origin/master' into support-for-ecs-metadata-creds
2019-07-23 12:51:58 -04:00
Daniel Schep
1a49b142d7
oops, pushed over @pmuens change to bbpromise
2019-07-23 12:50:03 -04:00
Daniel Schep
efec8fc550
test covg
2019-07-23 12:49:25 -04:00
Daniel Schep
8680163362
node 6 support
2019-07-22 15:53:37 -04:00
Daniel Schep
e2e9a77c46
alternative approach to creds fail fast taht includes metadata check
2019-07-22 14:59:49 -04:00
Daniel Schep
105a2f7978
Revert "Fail faster when no AWS creds exist ( #6393 )"
...
This reverts commit 62c656b3635d468956ec789814fea8cb3462499f, reversing
changes made to d0793ee65c5058c8921d29ded4e418f2b68751dd.
2019-07-22 14:13:43 -04:00
Maciej Skierkowski
0d44aaca0a
Use slss.io for links
2019-07-22 13:02:30 -04:00
Philipp Muens
a56859ce22
Merge pull request #6419 from joelvh/master
...
Remove spaces from Cognito Pool Name
2019-07-22 10:44:38 +02:00
Joaquín Ormaechea
562b7131e6
Added requestPath to lambda integration request template.
...
Closes #6364 .
2019-07-20 17:00:47 -03:00
Joel Van Horn
072e1155bd
Remove spaces from Cognito Pool Name
2019-07-20 00:42:57 -04:00
Alex Bolenok
95b9915111
Fix ImportValue handling in existing S3 buckets #6416
2019-07-20 04:45:39 +03:00
Mariusz Nowak
d2e537329f
Fix lint issues
...
Came out after change to no-confusing-arrow rule
2019-07-19 17:46:08 +02:00
Daniel Schep
62c656b363
Fail faster when no AWS creds exist ( #6393 )
...
Fail faster when no AWS creds exist
2019-07-19 08:04:23 -04:00
Philipp Muens
d0793ee65c
Merge pull request #6402 from sameer-s/master
...
Changed AWS subscription filters to use function object name
2019-07-19 10:52:44 +02:00
Alex DeBrie
1344791329
Update initializeService.js
2019-07-18 19:09:21 -05:00
Sameer Suri
edc4e1e715
Changed AWS subscription filters to use function object name
2019-07-18 13:20:27 -07:00
Daniel Schep
70db07d949
purty
2019-07-18 10:42:33 -04:00