2961 Commits

Author SHA1 Message Date
Max Marze
14fb25e988
feat: add esbuild sourcemap support (#12464)
* feat: add sourcemap support to esbuild

* fix: add esbuild sourcemap configuration property for linked type

* docs: add esbuild docs
2024-05-07 22:37:21 -04:00
Eslam λ Hefnawy
d4e290da52
docs(dev-mode): added docs for dev mode (#12406)
* docs(dev-mode): added docs for dev mode

* docs(dev-mode): add typescript docs

* docs(dev-mode): added dev command to quick start

* docs(dev-mode): use development session instead of dev mode

* fix(dev): fix docs typos

---------

Co-authored-by: Max Marze <max@marze.dev>
2024-04-15 10:54:44 -07:00
Max Marze
90206fa567
fix: use path.join & minified shim in dev mode (#12408) 2024-04-01 20:39:18 -04:00
Maciej Skierkowski
dabc830360
docs: add sls support to menu 2024-03-19 14:40:59 -07:00
Maciej Skierkowski
8b06814b2f
Create support.md 2024-03-19 14:39:41 -07:00
Max Marze
7585f249a0
fix: incorrect casing in docs 2024-03-18 19:53:05 -04:00
Max Marze
fdb4ce26a5
fix: Typo on Logging Config docs 2024-03-16 23:26:07 -04:00
Max Marze
97bdcf5f05
docs: Add logging configuration docs (#12390) 2024-03-16 18:58:45 -07:00
Austen
955684ae0d
chore: Update docs 2024-03-12 01:39:28 -07:00
Austen
f9cea15b7a
chore: Update docs 2024-03-12 01:27:44 -07:00
Austen
c61796536b
chore: Update docs 2024-03-12 00:14:34 -07:00
Austen
d7d8f4df94
chore: Update docs 2024-03-11 23:27:26 -07:00
Austen
0da4188d4a
chore: Update docs 2024-03-11 23:27:14 -07:00
Austen
dc14452db0
chore: Update docs 2024-03-11 23:27:07 -07:00
Austen
e83a730bfb
chore: Update docs 2024-03-11 23:26:59 -07:00
Austen
9d7e0efe9f
chore: Update docs 2024-03-11 23:26:52 -07:00
Austen
3e2c189431
chore: Update docs 2024-03-11 23:26:44 -07:00
Austen
d3aadadb38
chore: Update docs 2024-03-11 23:26:37 -07:00
Austen
dc73011ad7
chore: Update docs 2024-03-11 23:26:30 -07:00
Austen
21d6fd5c08
chore: Update docs 2024-03-11 23:26:22 -07:00
Austen
9e72fd6b00
chore: Update docs 2024-03-11 23:26:13 -07:00
Austen
5af29f5e4c
chore: Delete doc 2024-03-11 23:25:47 -07:00
Austen
98abc5104e
chore: Update docs 2024-03-11 23:22:17 -07:00
Austen
814ffcea0e
chore: Update readme 2024-03-11 23:06:33 -07:00
Austen Collins
1f2d919b7b chore: Improve docs 2024-03-07 23:34:10 -08:00
Eslam λ Hefnawy
6a75892f7b
sort plugins by prioritizing build plugins (e.x. serverless-esbuild) (#12380)
* feat(plugins): prioritize esbuild and python req plugins

* feat(plugins): sort plugins by build tag

* docs(plugins): updated docs with the new build tag

* chore(plugins): remove comment

* chore(plugins): update readme
2024-03-05 13:48:31 -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
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
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
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
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
Ben
483ea166fc
feat(AWS MSK): Support AT_TIMESTAMP starting position (#12034) 2023-06-22 13:19:32 +02:00
Paul
0382fac53e
docs: Improve tutorial.md (#12031) 2023-06-20 09:01:07 +02:00
Gordon Shankman
83e194cb17
docs: Fix issues in tutorial (#11996) 2023-06-01 13:23:17 +02:00
Goran Rakic
3afb71e39d
feat(AWS Lambda): Response streaming for Lambda URL (#11907) 2023-05-29 13:32:44 +02:00
Kalyan Vedala
6c9cdfb873
docs: Fix typo (#11987) 2023-05-24 15:42:17 +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
Bartłomiej Szostek
fe6e0a69ee
refactor(AWS Lambda): Remove references to deprecated runtimes (#11940) 2023-05-15 17:04:12 +02:00
Baerten Dennis
e1703c8551
feat(AWS Lambda): Recognize java17 runtime (#11938) 2023-05-11 17:33:24 +02:00
Austen
938e5ddc92
fix: Remove outdated information and add new features (#11892)
Update the README and docs to remove outdated information and add information on new features
2023-04-05 17:46:00 -06:00
Dan Jarvis
73d0dc6cf4
feat: Console Dev Mode onboarding via dev command (#11896) 2023-04-05 13:19:34 -05:00