15757 Commits

Author SHA1 Message Date
Max Marze
0e465bd23c
feat: Support Lambda Logging Configuration (#12371) 2024-02-22 15:40:51 -05:00
Max Marze
5e604f2e1f feat: update custom resource handlers to node20 2024-02-13 14:56:57 -05:00
Max Marze
bd8cef3ff6 feat: update custom resource handlers to node20 2024-02-13 14:55:57 -05:00
Max Marze
d9e211731d feat: add stackOutputs property on serverless object 2024-02-03 13:09:21 -05:00
Austen
4fa39b8a80
chore: remove unnecessary files and rework variable resolution (#12340) 2024-01-31 14:50:04 -08:00
Austen
347d913c19
chore: Continue removing dashboard plugin (#12335)
* chore: clarify class inputs and dashboardenabled property

* chore: remove dashboard plugin
2024-01-24 14:26:57 -08:00
Austen
bd6a242812
chore: Embed dashboard plugin into framework (#12332)
* chore: initial removal of dashboard plugin as dependency and deprecated logic

* chore: continue refactor

* chore: move dashboard into framework and reduce logic
2024-01-23 00:28:56 -08:00
Max Marze
fa343da804 feat: Add support for passing credential providers into Serverless class 2023-12-13 09:28:50 -08: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
Max Marze
ee7fe48457
chore: Release 3.38.0 (#12268) v3.38.0 2023-11-22 11:15:31 -05:00
Ryo Abe
6cdf14e7a8
feat: Add support for provided.al2023 runtime (#12263) 2023-11-20 12:24:58 -05:00
Max Marze
cd031b9a35
chore: Release 3.37.0 (#12262) v3.37.0 2023-11-16 16:56:05 -05:00
Max Marze
b21afaf9cf
fix: Update pkg config to include axios cjs (#12261) 2023-11-16 16:25:19 -05:00
Max Marze
10980b9578
fix: bump platform-client version for axios (#12260)
* fix: Bump platform-client version for axios

* fix: Bump dashboard-plugin
2023-11-16 13:25:33 -05:00
Sameer
f3f0af85f0
feat: Add support for nodejs20.x runtime (#12251) 2023-11-16 00:28:32 -05:00
Tomasz Czubocha
bf041462e5
chore: Release v3.36.0 (#12223) v3.36.0 2023-10-23 16:09:30 +02:00
Maciej Skierkowski
77a689a894
docs: Add Dashboard docs on source maps (#12220)
* docs: Add Dashboard docs on source maps

* docs: Recommend esbuild for typescript

* docs: Correction, not experimental

* docs: Add note on versioning nad disableWrapping

* docs: Fix typo

Co-authored-by: Tomasz Czubocha <tomasz.czubocha@gmail.com>

* docs: Change source map support SF version

---------

Co-authored-by: Tomasz Czubocha <tomasz.czubocha@gmail.com>
2023-10-23 15:45:41 +02:00
Tomasz Czubocha
3fc7f4e84e
chore: Bump @serverless/dashboard-plugin (#12222) 2023-10-23 15:43:28 +02:00
Maciej Skierkowski
f22354e8dd
docs: Add details on trace sampling (#12184)
* docs: Move Troubleshooting to dedicated page

* docs: Add section on trace sampling

* docs: Updating language on sampling
2023-09-26 08:15:09 -07:00
Austen
ad8bbf1e13
fix: Improve dashboard documentation 2023-09-22 12:07:18 -06:00
Austen
8f266af830
fix: Fix menu for dashboard documentation 2023-09-21 10:10:48 -06:00
Austen
f67df7fd1b
fix: Improve dashboard documentation 2023-09-21 01:19:46 -06:00
Austen
bb4d7c8938
fix: Dashboard documentation improvements 2023-09-21 01:18:14 -06:00
Austen
f1fa19c7e0
fix: Minor dashboard doc improvements (#12177) 2023-09-21 00:31:36 -06:00
Austen
eb462edc18
feat: Improved dashboard documentation and gitignore (#12176) 2023-09-21 00:06:52 -06:00
Maciej Skierkowski
c5b6e4177f
docs: Minor updates for Dashboard V.2 (#12170)
* docs: Remove reference to deprecated features

* docs: Add header to Node.js section

* docs: Clarifying provider types in Dashboard v.2

* docs: Adding clarifying on log collection
2023-09-20 07:40:43 -07:00
Max Marze
8292d7cfcb
chore: Remove Console related display methods (#12168) 2023-09-18 16:27:44 -04:00
Max Marze
b1def20bb2
chore: Release v3.35.2 (#12164) v3.35.2 2023-09-16 20:06:19 -04:00
Max Marze
7f5736cf13
chore: Bump @serverless/dashboard-plugin (#12163) 2023-09-16 19:27:53 -04:00
Austen
101ce53c18
fix: Adjust copy for clarity (#12162) 2023-09-16 18:25:44 -04:00
Max Marze
ee89ebeb16
chore: Release v3.35.1 (#12161)
* chore: Release v3.35.1

* ci: Fix chocolatey publish
v3.35.1
2023-09-16 11:49:10 -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
Max Marze
737bc1ef0a
chore: Release v3.35.0 (#12159) v3.35.0 2023-09-15 17:52:15 -04:00
Max Marze
26c565d309
chore: Bump @serverless/platform-client version (#12158) 2023-09-15 17:16:19 -04:00
Max Marze
f057629cbe
feat: Upgrade to @serverless/dashboard-plugin (#12157)
* feat: Upgrade to @serverless/dashboard-plugin

* feat: Remove support for node12

* chore: Bump @serverless/dashboard-plugin version

* fix: Coverage on Linux action
2023-09-15 16:31:25 -04:00
Maciej Skierkowski
c66aad7436
docs: Update docs to reflect Dashboard v2 changes (#12155)
* docs: Update content on new monitoring

* docs: Add section on orgs & members

* docs: Remove reference to concurrent builds

* docs: Replace "Enterprise" with "Dashboard"

* docs: Updates node.js SDK docs

* docs: Update menu and add upgrade guide

* docs: Adding docs on span() in node.js SDK

* docs: Add setEndpoint, tagging API and migration

* docs: Update Python SDK migration

* docs: Update Python SDK

* docs: Use env vars to dsiable auto spans

* docs: Remove refernece to span.* Event methods

* docs: Replace "end" with "close" methods

* docs: Updates config notes per new SDKs

* docs: Add note on wrapping

* docs: Add instrumentation steps

* docs: Update syntax for disabling monitoring

* docs: Update syntax on disabling dashboard monitoring

* docs: Running prettify
2023-09-15 10:26:58 -07: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
Austen
2aba07bc10
chore: delete readme_cn due to outdated content 2023-08-30 06:32:32 -06:00
Dan Jarvis
4288d69247
chore: Release v3.34.0 (#12097) v3.34.0 2023-08-03 15:28:20 -05:00
Gareth McCumskey
47752842e0
docs: Update to documentation about connecting to AWS (#12089)
Co-authored-by: Gareth Mc Cumskey <gareth@serverless.com>
2023-07-28 11:44:37 -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