4793 Commits

Author SHA1 Message Date
Andreas Kohn
95d3024ef5
refactor: Use getCompiledTemplateS3Suffix from provider.naming
This makes sure that the specific `naming` instance really is the "source of truth".
2021-09-10 12:03:07 +02:00
Sudipto Das
f431218790
refactor: Replace fse.readFile with fs.promises.readFile (#9935) 2021-09-10 12:00:44 +02:00
Piotr Grzesik
1107763df8 feat(AWS API Gateway): Support enabled for apiKeys config 2021-09-09 16:28:40 +02:00
Mariusz Nowak
312266e908 feat: Register service outputs 2021-09-09 12:37:52 +02:00
Federico Jasson
9f0bc689cc
feat(AWS Schedule): Allow multiple rate expressions in single event
* Allow multiple cron/rate expressions in AWS schedule event

* Update schedule.test.js to use runServerless

* schedule.test.js: minimize calls to runServerless
2021-09-08 22:19:12 +02:00
Piotr Grzesik
510b1d1659 fix(AWS API Gateway): Ensure proper RequestValidator name 2021-09-06 13:38:43 +02:00
Sudipto Das
5155e0180e
refactor: Replace fse.access with fs.promises.access (#9915) 2021-09-06 09:26:55 +02:00
lewgordon
cacb529925
feat(AWS Lambda): Add support for activemq event (#8840)
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-09-03 12:24:47 +02:00
Peter Reshetin
da71df6032
fix(AWS CloudFront): Recognize behavior.TrustedKeyGroups in schema 2021-09-03 12:23:15 +02:00
Piotr Grzesik
63743ade31 fix(AWS Lambda): Recognize Fn::If function for environment 2021-09-01 18:16:36 +02:00
Seung-Chan Ahn
3abc2f0642
feat(AWS CloudFront): Support behavior.CachePolicyId (#9895)
Co-authored-by: Seungchan Ahn <seungchan.ahn@tridge.com>
2021-09-01 10:39:55 +02:00
kou
e798c269df
refactor(Templates): Remove unnecessary fmt.Sprintf in tencent-go 2021-08-31 16:07:27 +02:00
Piotr Grzesik
868ac02fd4 fix(AWS API Gateway): Recognize CF functions for mappedValue 2021-08-30 17:23:02 +02:00
Piotr Grzesik
13ce56ae31 fix(AWS API Gateway): Recognize CF functions for request.uri 2021-08-30 17:23:02 +02:00
Piotr Grzesik
3e8858b1a8 fix(AWS API Gateway): Recognize CF functions for connectionId 2021-08-30 17:23:02 +02:00
Sudipto Das
05fff98a00
refactor: Replace fse.writeFile with fs.promises.writeFile (#9870) 2021-08-30 11:08:47 +02:00
Mariusz Nowak
cb109dd835 fix(AWS API Gateway): Fix request validator triage 2021-08-27 13:09:46 +02:00
Shane R. Spencer
ee17ee5aca
feat(AWS Local Invocation): Support python3.9 runtime (#9879) 2021-08-25 10:59:28 +02:00
Han Sang Hoon (한상훈)
afc9a13386
feat(AWS Lambda): Prevent external subscription filter removal (#9839) 2021-08-24 13:41:08 +02:00
Remigiusz Orłowski
0682ba8b6a
refactor: Convert to async/await upload and rollback functions (#9866) 2021-08-24 11:11:59 +02:00
Jake Scott
6193d3867e
feat(AWS EventBridge): Support disabling a rule (#9865)
* Support being able to disable an eventbridge rule

* Pass state to custom resource handler

* Add docs

* Add unit tests for enabling or disabling an eventBridge rule
2021-08-21 23:16:48 +02:00
Karim Kanso
7e9bfd63fc
fix(AWS HTTP API): Always allow to define catch-all route (#9840) 2021-08-20 10:27:48 +02:00
Thiago Moraes
ef5a8faf13
feat(AWS HTTP API): Support shouldStartNameWithService option (#9758) 2021-08-18 22:36:00 +02:00
Piotr Grzesik
1aa24b8991 feat(AWS Lambda): Recognize python3.9 as valid runtime 2021-08-17 10:19:39 +02:00
Piotr Grzesik
0ca6aaae52 fix(AWS HTTP API): Properly handle authorizer function with alias 2021-08-16 16:07:37 +02:00
Sudipto Das
bb0484e6b5
refactor: Replace fse.stat with fs.promises.stat (#9845) 2021-08-16 15:39:01 +02:00
Mariusz Nowak
90877d575e fix(AWS Deploy): Ensure right code for deploy -f deprecation 2021-08-12 12:33:30 +02:00
Han Sang Hoon (한상훈)
5c9ca56d14
feat(AWS Lambda): Add support for multiple subscription filters (#9760) 2021-08-12 11:04:26 +02:00
Piotr Grzesik
dc74f41470 fix(AWS Layers): Support references to external layers 2021-08-11 15:03:27 +02:00
Piotr Grzesik
0e01d9e337 refactor(AWS API Gateway): Adjust deprecation for identitySource 2021-08-11 13:34:35 +02:00
Piotr Grzesik
378a8f426d refactor(AWS API Gateway): Deprecate default identitySource 2021-08-10 16:51:51 +02:00
Mariusz Nowak
847dd8f475 feat(AWS IAM): Resign from deprecating old format of IAM settings 2021-08-09 12:23:52 +02:00
Lewis Putz
f0ae032252
fix(AWS API Gateway): Ensure MinimumCompressionSize can be 0 (#9806) 2021-08-06 10:13:22 +02:00
Karim Kanso
d2754594c4
fix(AWS API Gateway): Ensure to attach validator when required (#9793) 2021-08-04 12:49:22 +02:00
Nyambayar Turbat
4b87497875
refactor: Use async in lib/plugins/create (#9683) 2021-08-02 16:50:54 +02:00
Nyambayar Turbat
377da097c5
refactor: Use async in lib/plugins/plugin (#9680)
* configure async in lib/plugins/plugin

* using runserverless to check function validate()

* removing unnecessary test
2021-07-27 13:51:43 +02:00
Piotr Grzesik
6f494888cc feat(AWS CloudFormation): Allow to disable default export names 2021-07-15 12:11:11 +02:00
Mariusz Nowak
ab3c543089 fix(Packaging): Fix package.artifact validation for S3 urls 2021-07-08 21:51:01 +02:00
Mariusz Nowak
21c0fedc50 fix(Packaging): Validate package.artifact paths 2021-07-08 13:54:32 +02:00
tlloyd-synalogik
504b42ae0f
fix(AWS Local Invocation): Bump AWS Java pom version to pull in fix
(PR #9714)
2021-07-07 18:46:39 +02:00
Piotr Grzesik
e65199c052 refactor(Telemetry): Ensure generation and related utils are sync 2021-07-06 11:24:21 +02:00
Nyambayar Turbat
db67b353c9
refactor: Use async in lib/plugins/package (#9644) 2021-07-02 11:18:38 +02:00
Daniele Iasella
3e14f06305
feat(AWS Lambda): Add support for SASL/PLAIN auth to kafka event 2021-07-01 18:04:46 +02:00
Piotr Grzesik
6a020d121f fix(Templates): Adjust runtime for openwhisk-python template 2021-06-30 15:42:33 +02:00
Mariusz Nowak
23c290e4b4 fix(AWS Deploy): Report meaningfully inaccessible file artifacts 2021-06-30 13:02:42 +02:00
Mariusz Nowak
e836722f97 fix(AWS Local Invocation): Fix error handling of invalid file content 2021-06-30 12:55:54 +02:00
Piotr Grzesik
894ac5b6b6 feat(AWS Lambda): Support Fn::If for Principal.AWS 2021-06-30 12:33:17 +02:00
Jaakko Lappalainen
d861d119ef
refactor(AWS Deploy): Deprecate function option in deploy command
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-06-29 14:37:37 +02:00
Piotr Grzesik
34a9d91870 feat(AWS Lambda): Support Fn::FindInMap for vpc config 2021-06-29 12:20:42 +02:00
Andrey Kabylin
cb9f7e20ee
fix(Templates): Use amd64 arch for aws-go template (#9646) 2021-06-28 17:06:07 +02:00