12337 Commits

Author SHA1 Message Date
Mariusz Nowak
fbf99fa2ab feat(AWS HTTP API): JWT authorizers support 2020-02-18 14:59:28 +13:00
Mariusz Nowak
1dcc53be4c refactor(AWS HTTP API): Nest routeTargetData in config 2020-02-18 14:59:28 +13:00
coyoteecd
9b701a4056
feat(AWS APIGW): Support logs.restApi.roleManagedExternally (#7333) 2020-02-18 13:59:57 +13:00
Mariusz Nowak
ca69387285 feat(AWS HTTP API): CORS configuration 2020-02-17 14:25:19 +13:00
Mariusz Nowak
adcf5be9e6 test: Utility to extened pre-prepared fixtures 2020-02-17 14:25:19 +13:00
Mariusz Nowak
dfeca8e622 test(AWS HTTP API): Rename fixture 2020-02-17 14:25:19 +13:00
Mariusz Nowak
29b37d7c44 ci: Workaround npm crash on Windows 2020-02-17 13:41:09 +13:00
Mariusz Nowak
44c2342aeb fix(AWS HTTP API): Publish to default stage
Framework for each stage creates new API,
therefore there's no point in generating a stage
2020-02-17 13:41:09 +13:00
Mariusz Nowak
ed4b6efe69 test(AWS HTTP API): Fix typo 2020-02-17 13:41:09 +13:00
Isen
3910df1ba6
feat: Support provider.alb.targetGroupPrefix setting (#7322) 2020-02-14 15:49:02 +13:00
Zac Charles
9eba2187f9
feat: Support Kinesis Enhanced Fan-out (Consumer) streams (#7320) 2020-02-14 13:09:27 +13:00
Geoff Baskwill
7abb23edc8
feat: Support managedExternally option for authorizers (#7327)
There are use cases where an API creator does not have permissions to
add permissions to the custom authorizer lambda; one example is when
the custom authorizer lambda exists in a separate AWS account. In these
cases, we need to be able to omit the `AWS::Lambda::Permission` resource
from the stack.

This change adds the `managedExternally` attribute to the `authorizer`.
When `managedExternally` is `true`, the stack will not create the
`AWS::Lambda::Permission` resource.

**Important note:** The permission does still need to be created before
the stack is deployed, or creating the authorizer will fail.
2020-02-13 12:20:16 +13:00
Saverio Valerio
3399c9651e
docs: Fix TOC link to "Request Schema Validators" (#7326) 2020-02-13 11:55:39 +13:00
Francesco Mari
73ef03646a
docs: Fix broken link (#7324) 2020-02-13 10:02:55 +13:00
Thomas Schaaf
09466b5a17
feat: Support provider.rolePermissionsBoundary to set IAM boundary (#7319) 2020-02-13 09:43:24 +13:00
Tinafang
24b9a73522
docs: Fix formatting in chinese docs (#7315) 2020-02-12 12:53:06 +13:00
Richard Davison
f6d9bfd6c6
feat: Improve performance of local invocation using docker (#7178) 2020-02-12 11:21:45 +13:00
Edmundo Rodrigues
0592a27dbc
feat: Support tweaking max concurrent artifcat uploads count (#7295) 2020-02-12 10:04:20 +13:00
Philipp Muens
c05dcb3432 fix: Limited permission for authorizers 2020-02-11 12:52:03 +01:00
Edmundo Rodrigues
148b8b72b4
docs: Clarify sls logs command startTime parameter's default value (#7299) 2020-02-11 13:33:07 +13:00
tom-marsh
33291c8d08 fix: Websocket route names normalization (#7294) 2020-02-10 19:14:33 +11:00
Edmundo Rodrigues
024146885a
feat: Support deploymentBucket.maxPreviousDeploymentArtifacts customization (#7283) 2020-02-10 13:00:42 +11:00
Philipp Muens
b9c8049455 chore: Release v1.63.0 2020-02-05 12:49:33 +01:00
Philipp Muens
6780415c08 docs: Add documentation 2020-02-05 12:31:43 +01:00
Mariusz Nowak
69170d09a8 feat(AWS HTTP API): Initial basic routes configuration support 2020-02-05 12:31:43 +01:00
Mariusz Nowak
df39c930ef test: Fixtures setup 2020-02-05 12:31:43 +01:00
Mariusz Nowak
acb3dbba42 refactor(AWS APIGW): Secure APIGateway endpoints resolution 2020-02-05 12:31:43 +01:00
Mariusz Nowak
f5fec57dca chore: Register 'AWS HTTP API' commit message scope 2020-02-05 12:31:43 +01:00
Mariusz Nowak
3a6865db7f refactor(AWS Lambda): Generalize target alias resolution 2020-02-05 12:31:43 +01:00
Tinafang
2ffbbaac7e
docs: Add WSGI support clarification 2020-02-04 12:50:07 +01:00
Richard Davison
382c0bfc21
feat: Support rich and reusable S3 buckets configuration (#7156) 2020-01-31 16:12:37 +04:00
Sydney Kereliuk
ea4ac262ea
feat: Support destinations config on stream events (#7262) 2020-01-30 23:17:11 +04:00
Petr Reshetin
4468805d2a
fix: Fix sls logs so it also covers output from aliases (#7270)
Fixes #7214
2020-01-30 16:20:18 +04:00
Mariusz Nowak
f426ed7077 fix(Standalone): Ensure to use proper CLI params parser 2020-01-30 15:58:39 +04:00
Maciej Skierkowski
8c100ad354 docs: Add docs on output sub command 2020-01-29 21:44:16 +04:00
Maciej Skierkowski
2eae44b38c docs: Add docs on param sub commad 2020-01-29 21:44:16 +04:00
Mariusz Nowak
ff93121e7f chore: Release v1.62.0 v1.62.0 2020-01-29 17:43:06 +04:00
Mariusz Nowak
fcd74dbc38 chore: Bump dependencies 2020-01-29 17:43:06 +04:00
Petr Reshetin
9f0131fedf
fix: Ensure deterministic WebSockets deployment id (#7248)
To support skip of deployments when no changes are detected
2020-01-29 16:09:43 +04:00
Mariusz Nowak
304f0ec2b9 refactor(Variables): Clear ineffective promise functions usage 2020-01-29 14:45:12 +04:00
Mariusz Nowak
bc5bbbed3c fix(Variables): Ensure to retrieve status code correctly
It changed with #7237
2020-01-29 14:45:12 +04:00
Mariusz Nowak
31987ce072 refactor(Variables): Reflect if/else logic in async handling 2020-01-29 14:45:12 +04:00
ncipollina
0549d85bc0 feat: azure-nodejs-typescript template. (#7252) 2020-01-24 14:54:23 +01:00
tcastelli
4f273785f4 feat: Support RedrivePolicy configuration on SNS events (#7239) 2020-01-24 13:05:51 +01:00
Ivaylo Novakov
1793cf8d7a fix: Do not overwrite go.mod on make in Go template (#7245) 2020-01-22 08:58:48 +01:00
Mariusz Nowak
e520292255 chore: Release v1.61.3 v1.61.3 2020-01-21 14:56:01 +01:00
Mariusz Nowak
f6c51796f8 refactor: Convert statusCode to code error parameter 2020-01-21 13:20:02 +01:00
Mariusz Nowak
f1cc3a8998 test: Update to not rely on side ServerlessError feature 2020-01-21 13:20:02 +01:00
Tinafang
47e005f85e docs: Tencent component Chinese docs (#7221) 2020-01-20 12:21:19 +01:00
David Lusby
a3f691e369 docs: Fix example in quick-start.md (#7230) 2020-01-17 17:47:37 +01:00