3569 Commits

Author SHA1 Message Date
Philipp Muens
8a82c8a2cf
Merge pull request #6518 from serverless/event-bridge-partner-events
Fix support for EventBridge partner event sources
2019-08-09 18:38:26 +02:00
Philipp Muens
21f4f7fe2f Fix support for EventBridge partner event sources 2019-08-09 14:30:49 +02:00
Philipp Muens
487c21b5b0
Merge pull request #6520 from c0d3d/deploy-over-failed-deploys
Change strategy for deciding to deploy new function.
2019-08-09 13:37:20 +02:00
Philipp Muens
42ba297229
Merge pull request #6519 from serverless/retain-cognito-user-pool-config
Retain existing Cognito User Pool config
2019-08-09 08:29:15 +02:00
Neil Locketz
6b5d083384 Check that a function was modified after artifact when deciding to deploy 2019-08-08 22:54:40 -04:00
Daniel Schep
f9c25db76a
Improve interactive AWS creds flow (#6449)
Improve interactive AWS creds flow
2019-08-08 10:05:06 -04:00
Philipp Muens
f2a3fc9af1 Retain existing Cognito User Pool config 2019-08-08 14:34:57 +02:00
Alex Bolenok
1bf24e27fe Merge remote-tracking branch 'upstream/master' 2019-08-08 02:13:20 +03:00
Philipp Muens
2c1315666a
Merge pull request #6467 from stefanjudis/add-twilio-runtime
Add Twilio Runtime to create templates
2019-08-07 14:09:12 +02:00
stefan judis
ba37f23eb8 Rename template 'twilio-runtime' to 'twilio-nodejs' 2019-08-07 13:24:14 +02:00
Anton Vozghrin
21c59998ee Add PreTokenGeneration & UserMigration Cognito triggers 2019-08-07 10:36:58 +03:00
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