Stuart Lang
a5a136f982
feat(Templates): Update aws-fsharp to netcoreapp3.1 ( #7709 )
2020-05-11 12:29:31 +02:00
Joseph Woodward
46df82ea92
feat(Templates): Update aws-csharp to .NET Core 3.1 ( #7708 )
2020-05-11 12:26:42 +02:00
TATSUNO Yasuhiro
3fe2e98f15
refactor: Replace _.isArray with native Array.isArray ( #7703 )
2020-05-11 10:24:41 +02:00
Mariusz Nowak
6b3a78950c
fix(AWS Deploy): Fix generation of custom resource lambda zip
...
So far in case of packaging process being stopped in a middle, we were left with broken zip that was accepted for further deployment.
FIx is to generate zip to temporary directory and move it once generation of archive is finalized
2020-05-07 14:59:28 +02:00
kingkong123
3a80140890
Add includeBody param for Lambda@edge ( #7667 )
...
* Add `includeBody` param for Lambda@edge
* update `includeBody`
* `includeBody` fix
* update `includeBody` handling
2020-05-07 11:01:47 +02:00
Jagdeep Singh
7e1dd66f8e
fix(AWS Stream): Fix handling of configuration properties ( #7682 )
2020-05-07 08:39:29 +02:00
Mariusz Nowak
81953ef74c
fix(AWS API Gateway): Ensure to update stage only for deployed API's
...
So far updateStage logic was invoked also when it shouldn't be applied, and that produced different issues
Fixes #6699 #7186 #7650
2020-05-06 12:30:36 +02:00
Ahmad Mahmoud Mohammad
fb4ea153f0
feat(AWS API Gateway): Support singular string value for CORS header
...
(PR #7668 )
2020-05-04 17:03:29 +02:00
Mariusz Nowak
48a16854a9
refactor(AWS CloudFormation): Improve conditional logic
2020-05-04 16:07:38 +02:00
Ahmad Mahmoud Mohammad
1db8c5e472
refactor(AWS Deploy): Remove misleading -v shortcut ( #7666 )
...
`-v` is actually a shortcut for global `--version` option
2020-05-04 15:58:20 +02:00
Thomas Aribart
a1fde35db4
fix(AWS EventBridge): Ensure no duplicate event bus IAM policies ( #7644 )
2020-05-04 12:50:02 +02:00
Ahmad Mahmoud Mohammad
03ad56b8e1
fix: Fix function version param handling in rollback function command
...
(PR #7648 )
2020-05-04 09:57:51 +02:00
Mariusz Nowak
b6e54f06e2
refactor(AWS HTTP API): Fix wording of error message
2020-05-04 09:08:32 +02:00
Thomas Aribart
bd9fbfb392
fix(AWS API Gateway): Fix visibility of ..-Allow-Credentials CORS header
...
(PR #7576 )
2020-04-30 18:58:38 +02:00
Conrad
9416e72cba
feat(AWS SQS): Support maximumRetryAttempts option ( #7620 )
2020-04-28 18:41:40 +02:00
devops hipster in training
946d32cb48
fix(AWS Info): Fix calculation of resources count ( #7587 )
2020-04-27 15:47:15 +02:00
Bhuser
57fec3f3d0
fix(AWS API Gateway): Fix origin wildcard handling with cors: true
...
(PR #7482 )
2020-04-27 15:16:54 +02:00
Eugene Girshov
4c2a52d1bf
feat(AWS HTTP API): Support payload format version customization ( #7623 )
2020-04-24 15:58:35 +02:00
ryantoussaint
23bbcea65c
feat(AWS API Gateway): Support operationId setting ( #7617 )
2020-04-24 12:16:32 +02:00
Mariusz Nowak
90ceecd00d
fix(AWS HTTP API): Fix default log format
...
Fixes #7559
2020-04-24 12:14:37 +02:00
John Mortlock
2e56dea565
fix(AWS S3): Fix error message generation ( #7564 )
2020-04-23 16:01:54 +02:00
Clar Charron
10c016f353
fix(AWS Stream): Fix configuration of boolean Enabled setting ( #7552 )
2020-04-23 08:53:39 +02:00
Michael Wolfenden
8abae84b80
fix(AWS SQS): Fix resolution of Enabled property ( #7532 )
...
Closes #7438
2020-04-21 14:30:43 +02:00
Yotaro
a6b3154dee
feat(AWS Local Invocation): Support ruby2.7 runtime ( #7538 )
2020-04-21 14:16:53 +02:00
Tatenda Chawanzwa
8c644f1b07
feat(AWS ALB): Cognito and Oidc authentication support ( #7372 )
2020-04-17 10:34:20 +02:00
Tanner Barlow
345b9e654b
fix(Templates): Fix Azure Functions Python template ( #7452 )
2020-04-17 08:20:51 +02:00
Eugene Girshov
7479a9ae82
fix(AWS HTTP API): Support HTTP API name customization ( #7434 )
2020-04-16 16:48:23 +02:00
Mariusz Nowak
8e85fe611b
feat(Standalone): Support China mirror for binary downloads
2020-04-07 10:03:18 +12:00
Mariusz Nowak
8d4ed6dd2a
refactor(AWS HTTP API): Unify warning messages
2020-04-07 09:57:21 +12:00
Mariusz Nowak
08ad5ce040
refactor(AWS HTTP API): Improve error message for 29s timeout
2020-04-07 09:57:21 +12:00
Edward Goubely
3138ef1771
fix(AWS ALB): Fix handling of provisioned concurrency ( #7285 )
2020-04-06 13:55:22 +12:00
Thomas Schaaf
001f56cf5a
fix: Recognize AWS Web Identify Credentials ( #7442 )
2020-04-02 17:32:06 +13:00
Mariusz Nowak
7a3a45f0b3
fix(AWS Lambda): Respect external IAM role at destinations
...
Fixes #7448
2020-03-20 11:15:21 +13:00
Mariusz Nowak
903ec8ce1c
test: Move scope of final cleanup
2020-03-20 11:15:21 +13:00
Mariusz Nowak
dc958ff6bf
refactor(AWS HTTP API): Ensure function name in a warning message
2020-03-17 21:57:41 +13:00
Mariusz Nowak
841aac941f
fix(AWS HTTP API): Do not validate timeout when no httpApi event
2020-03-17 21:57:41 +13:00
Ada Ye
962506b435
fix(Templates): Fix support for ~/.. paths ( #7381 )
2020-03-17 10:33:09 +13:00
DougHamil
2d25e678cb
feat(AWS Websocket): routeResponseSelectionExpression setting ( #7233 )
...
Fixes #6130
2020-03-16 22:00:44 +13:00
Austin J. Alexander
9b627fbf7e
fix(AWS Websocket): Fix AWS partition support ( #7430 )
2020-03-09 12:19:15 +13:00
Arben Bakiu
7310782294
fix(Variables): Relax pattern to allow non-ascii defaults ( #7431 )
2020-03-08 09:43:16 +13:00
Mariusz Nowak
8ed6a6e7d7
feat(AWS Lambda): Support destinations configuration
2020-03-07 11:00:35 +13:00
Mariusz Nowak
55a98bdd47
refactor(AWS Lambda): Introduce reusable lambda ARN resolver
2020-03-07 11:00:35 +13:00
Mariusz Nowak
e8d4606a6a
refactor(AWS Lambda): Reconfigure condition
2020-03-07 11:00:35 +13:00
Mariusz Nowak
0898664c68
fix(AWS Cognito): Fix pool update handling
2020-03-05 10:26:08 +13:00
Mariusz Nowak
b52a41d9ee
fix(AWS HTTP API): Ensure function timeout setting is respected
...
Additionally deprecate (by not documenting) a `timeout` setting on HTT API endpoint.
As HTTP API endpoints can only be configured through functions, it seems logical to treat function timeout setting as the only source of truth.
2020-03-05 10:25:51 +13:00
Callum Smits
7d67f33b08
fix: Add source account to lambda permissions for s3 events ( #7417 )
2020-03-03 15:28:21 +13:00
Mariusz Nowak
df9846d9af
feat(AWS HTTP API): Support timeout configuration
2020-02-28 11:26:44 +13:00
Arben Bakiu
d84e9e7d1e
fix: Fix handler resolution (multi . case) for local invocation ( #7398 )
2020-02-28 11:19:09 +13:00
Mariusz Nowak
f47b340e4f
feat(AWS HTTP API): Support attachment to externally created API
2020-02-27 09:34:28 +13:00
Mariusz Nowak
69afca5a02
refactor: Provide room for more SDK requests when gathering stack info
2020-02-27 09:34:28 +13:00