8841 Commits

Author SHA1 Message Date
Tomasz Czubocha
8b960a2e92
fix: enable compatibility for loading native ES modules with require() (#12950) 2024-12-16 12:25:22 -05:00
Max Marze
d40e9f4b32 feat: Update custom resources to node18 2024-06-03 22:03:55 -04:00
Baerten Dennis
e4dfebdcf6
feat: Add support for java21 runtime (#12273) (#12274)
* feat: Add support for java17 runtime (#12273)

* feat: Add support for java21 runtime (#12273)
2023-11-26 11:10:33 -05:00
Ryo Abe
6cdf14e7a8
feat: Add support for provided.al2023 runtime (#12263) 2023-11-20 12:24:58 -05:00
Sameer
f3f0af85f0
feat: Add support for nodejs20.x runtime (#12251) 2023-11-16 00:28:32 -05:00
Max Marze
8292d7cfcb
chore: Remove Console related display methods (#12168) 2023-09-18 16:27:44 -04:00
Austen
101ce53c18
fix: Adjust copy for clarity (#12162) 2023-09-16 18:25:44 -04:00
Max Marze
1f8d786b16
fix: Do not use isDashboard in onboarding flow (#12160)
* fix: Do not use isDashboard in onboarding flow

* chore: Remove CONSOLE_CONTEXT tests from onboarding

* fix: Update interactive setup test
2023-09-15 22:20:21 -04:00
Austen
9b770a27dc
fix: Adjust providers endpoint (#12154)
* fix: Fiormatting

* feat: Remove Dashboard onboarding from framework (#12151)

* fix: Providers test

---------

Co-authored-by: Max Marze <max@marze.dev>
2023-09-15 11:34:01 -04:00
Max Marze
590bb7e177
feat: Remove Console Login (#12153)
* feat: Remove Console Login

* fix: Update login tests to remove console login options

* feat: Remove Console login options

* feat: Remove console onboarding

* fix: Remove console tests

* chore: Remove remaining console flags

* fix: Remove console deploy unit test

* fix: Interactive Setup tests

* fix: Update generate-payload tests
2023-09-15 11:33:40 -04:00
Max Marze
6ee277dfcb
feat: Remove Dashboard onboarding from framework (#12151) 2023-09-14 23:22:59 -04:00
Max Marze
561a875da7
fix: Handle account being integrated with an existing org (#12149) 2023-09-13 13:22:38 -04:00
Max Marze
307865d052
fix: Local credentials should be resolved in onboarding command (#12148) 2023-09-12 16:13:35 -04:00
Max Marze
bf518b9135
fix: Check for Serverless Dashboard IAM stack prior to creation (#12147) 2023-09-12 14:06:56 -04:00
Max Marze
45cbd52501
feat: Make dashboard monitoring opt-out (#12138) 2023-09-06 17:04:38 -04:00
Dan Jarvis
66e31077a7
feat: Post deploy serverless dashboard integration (#12063)
* feat: Post deploy serverless dashboard integration

* chore: Update unit test

* chore: Use pre integration endpoint

* chore: Updated async process

* chore: Added timeout on instrumentation call

* chore: Handle region configuration

* chore: Always send instruemntation

* chore: Updated instrumentation progress

* chore: Merge #12059
2023-09-05 11:33:22 -04:00
amlodzianowski
b09d0d6267
fix: recognize ap-south-2 as a valid AWS region (#12129) 2023-09-04 14:52:05 -04:00
Michael Vasilenko
9437e241e6
support Israel (Tel-Aviv) region (#12125) 2023-09-04 14:48:06 -04:00
Graham Campbell
f5d143ac39
Support the new Python 3.11 lambda runtime and update examples to use Python 3.11 (#12085) 2023-07-27 15:25:37 -05:00
Tie
e1039ded5c
fix(AWS Schedule): Fix IAM role assignment (#12030) 2023-06-28 09:28:08 +02:00
Debadutta Panda
1775c90a72
refactor: Remove got dependency (#12040) 2023-06-27 13:30:40 +02:00
Ben
483ea166fc
feat(AWS MSK): Support AT_TIMESTAMP starting position (#12034) 2023-06-22 13:19:32 +02:00
James Kyburz
a50773b60d
fix(AWS Websocket): Fix internal authorizers handling (#11871) 2023-06-20 14:10:49 +02:00
Dan Jarvis
17d64e6c94
chore: Remove dev mode warning (#12014) 2023-06-09 07:11:10 -05:00
Inqnuam
04db0f045c
fix(AWS ALB): Recognize CIDR format at ip configuration (#11889) 2023-06-09 10:56:40 +02:00
Kirill Khoroshilov
4582913214
fix(Packaging): Fix merging DependsOn from user resources (#12009) 2023-06-07 16:42:52 +02:00
Ryan Rickerts
0a0a4fc8af
feat(AWS Local Invocation): Support ruby3.2 (#12004) 2023-06-05 12:41:44 +02:00
Mariusz Nowak
39806d622f refactor(Telemetry): Report installed docker version 2023-06-02 12:55:20 +02:00
Mariusz Nowak
d0e3056b77
fix: Revert vpc configuration on custom resources (#12001)
This reverts  #11985 (commit f2d1e23f591a8cae2d41a93ca476b135dfcdac68)
2023-06-01 13:52:59 +02:00
Mariusz Nowak
83670f98c5 feat(Telemetry): Inspect docker availability 2023-05-31 17:46:56 +02:00
Inqnuam
72b27cb4fe
fix(AWS ALB): Allow multiple http-header conditions (#11888) 2023-05-31 10:23:58 +02:00
AntonioGM
41e90c3043
fix(AWS CloudFront): Accept CF intrinsic functions in behavior
(PR #11994)
2023-05-30 16:26:40 +02:00
Mariusz Nowak
032e43c77d feat(AWS Lambda): Do not recognize dropped nodejs12.x runtime 2023-05-30 14:20:52 +02:00
Mariusz Nowak
943bf6dfad fix(AWS Deploy): Fix default runtime resolution 2023-05-30 14:20:52 +02:00
Stuart Lang
dd081bbc41
fix(AWS Lambda): Recognize only valid .NET runtimes (#11960) 2023-05-30 12:30:37 +02:00
Lokesh Jawale
f2d1e23f59
fix(AWS Deploy): Ensure vpc configuration on custom resources (#11985) 2023-05-30 08:51:57 +02:00
Goran Rakic
3afb71e39d
feat(AWS Lambda): Response streaming for Lambda URL (#11907) 2023-05-29 13:32:44 +02:00
Mieszko Kycermann
4d64730130
feat(AWS Deploy): --minify-template CLI param (#11980) 2023-05-24 17:53:41 +02:00
Lokesh Jawale
88099ad98c
refactor(Packaging): Warn on inffective functions[].package config
(PR #11974)
2023-05-19 11:39:41 +02:00
Dan Jarvis
4fee5d5486
refactor: Updated dev mode warning copy (#11976) 2023-05-17 11:21:19 -05:00
Dan Jarvis
e5cb8acbf2
refactor: Added warning about dev mode (#11975) 2023-05-17 17:50:44 +02:00
Peter Reshetin
9d7b121bd1
feat(AWS Kinesis): More reliable consumer naming mode (#9706) 2023-05-17 14:44:07 +02:00
Tie
34d922d3d8
feat(AWS Schedule): AWS::Scheduler::Schedule based triggers (#11935) 2023-05-17 11:35:14 +02:00
Mariusz Nowak
ed15cb27ae fix(AWS Deploy): Fix provider.layers support in deploy function cmd 2023-05-16 13:54:43 +02:00
Mitch Dempsey
d6de3346ce
feat(AWS EventBridge): Recognize $or in pattern property (#11967) 2023-05-15 17:48:41 +02:00
Bartłomiej Szostek
fe6e0a69ee
refactor(AWS Lambda): Remove references to deprecated runtimes (#11940) 2023-05-15 17:04:12 +02:00
t3yamoto
8341d7ae73
feat(AWS Lambda): Recognize python3.10 runtime (#11922) 2023-05-11 18:46:50 +02:00
Graham Campbell
314f32cd2b
feat(AWS Lambda): Recognize new .NET runtimes (#11941) 2023-05-11 17:51:18 +02:00
Baerten Dennis
e1703c8551
feat(AWS Lambda): Recognize java17 runtime (#11938) 2023-05-11 17:33:24 +02:00
Rob Nielsen
75ce58b194
fix(AWS CloudWatch): Ensure no circular resource references (#11893) 2023-05-08 18:44:09 +02:00