43 Commits

Author SHA1 Message Date
Eslam λ Hefnawy
c48bd04eea
fix(invoke-local): improve error message (#12939) 2024-12-09 08:19:00 -08:00
Tomasz Czubocha
1eb9ddd126
fix: ignore invalid credentials errors when retrieving AWS env vars for local invoke (#12913) 2024-11-25 16:15:55 +01:00
Max Marze
5fea01a570
feat: add python3.13 runtime (#12907) 2024-11-14 14:29:55 -05:00
Tomasz Czubocha
76a79c594a
fix(invoke-local): replace undefined 'fse' with direct 'fs-extra' imports (#12870) 2024-10-21 19:11:53 +02:00
Max Marze
72a8bae63b
feat: update invoke local to use AWS base images (#12754) 2024-08-13 20:40:50 -04:00
dependabot[bot]
717d4440ea
chore(deps-dev): bump junit:junit (#12746)
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:07:49 -04:00
dependabot[bot]
51bdfa781a
chore(deps): bump com.fasterxml.jackson.core:jackson-databind (#12745)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.11.0 to 2.12.7.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:06:12 -04:00
Eslam λ Hefnawy
333fae1497
fix(invoke-local): fix invoke local esm issue in windows (#12639) 2024-06-26 05:46:59 -07:00
Austen
9c787096a1
Fix Spinner Experience & Improve Messaging (#12564)
* fix: remove spinner, make dev mode notice infrequent

* fix: make dev mode notice less frequent

* fix: improve dev mode closure warning

* fix: improve disconnection notice for dev mode functions

* feat: improve dev mode messaging and list endpoints and functions

* fix: do not display dev mode notice for non-node functions
2024-05-30 13:38:54 -07:00
Max Marze
893bfa7aef
chore: update eslint & prettier (#12553) 2024-05-29 11:51:04 -04:00
Eslam λ Hefnawy
b711f96102
fix(dev): dev mode logging (#12536) 2024-05-24 06:47:35 -07:00
Austen Collins
3bc8237d44 fix: Presentation 2024-05-19 23:22:40 -07:00
Max Marze
592962fac3 chore: release prep 2024-05-13 10:24:24 -04:00
Max Marze
0f23e0dbd6 fix: handle __dirname for binary build 2024-05-03 12:29:29 -04:00
Max Marze
1886f64f84 fix: handle __dirname for binary build 2024-05-03 12:17:51 -04:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity (#12432)
* chore: Change logger

* chore: continue refactor

* chore: WIP

* chore: Sync
2024-04-17 13:26:31 -07: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
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
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
Ryan Rickerts
0a0a4fc8af
feat(AWS Local Invocation): Support ruby3.2 (#12004) 2023-06-05 12:41:44 +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
Baerten Dennis
e1703c8551
feat(AWS Lambda): Recognize java17 runtime (#11938) 2023-05-11 17:33:24 +02:00
Geoff Denning
f00eb824c2
feat(AWS Local Invoke): Revert breaking jackson-databind upgrade (#11589) 2022-12-12 14:57:36 +01:00
Mariusz Nowak
fe62096583 refactor: Isolate import invocations 2022-12-08 12:58:29 +01:00
xiaokang
eb741fed22
feat(AWS Local Invocation): Upgrade Java dependencies (#11535) 2022-11-22 16:28:12 +01:00
pjmattingly
4f7e12939c
refactor: Replace _.flatMap with Array.prototype.flatMap (#11272) 2022-07-28 10:45:41 +02:00
Børge Bardo
675b1dbed7
feat(AWS Local Invocation): Support ESM handlers (#11212) 2022-07-07 14:21:24 +02:00
Piotr Grzesik
688f50d670 feat(AWS Local Invocation): Support Node handlers with .cjs extension 2022-07-04 16:38:17 +02:00
Mariusz Nowak
6d9749699d refactor(AWS Local Invocation): Rely on observable spawn
It's to better debug observed issues
2022-04-25 15:21:22 +02:00
Mariusz Nowak
6cbc83aff0 refactor(AWS Local Invocation): Remove ignored option 2022-04-25 15:21:22 +02:00
Sergii Dolgushev
1a8e7d948e
fix(AWS Local Invocation): Ensure env vars resolve for docker (#10962) 2022-04-13 12:36:12 +02:00
Sergii Dolgushev
80b3e1a9e5
fix(AWS Local Invocation): Ensure package before resolving runtime 2022-03-29 12:49:32 +02:00
Sergii Dolgushev
11dd77ecde
fix(AWS Local Invocation): Artifact permissions for rust func (#10891) 2022-03-28 17:00:00 +02:00
Yuji Yamano
8b1733807f
fix(AWS Local Invocation): Remove log4j dependency from java wrapper 2022-03-10 14:56:47 +01:00
Shalvah
ce5bf0b40f
fix(AWS Local Invocation): Improve ruby context (#10705) 2022-02-16 21:38:25 +01:00
Mariusz Nowak
7ae35f2bc3 refactor: Rename lib/plugins/aws/utils/resolveCfRefValue.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
7e5107cda9 refactor: Rename lib/plugins/aws/utils/resolveCfImportValue.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
61527a35e8 refactor: Rename lib/utils/fs/fileExists.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
470b1e96cd refactor: Rename lib/utils/fs/dirExists.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
aed6673d68 refactor: Rename lib/utils/isStandaloneExecutable.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
b7e5f55bf7 refactor: Rename lib/utils/ensureArtifact.js 2022-01-27 15:21:58 +01:00
Mariusz Nowak
d3d55dfcfc refactor: Rename lib/plugins/aws/invokeLocal 2022-01-27 15:21:58 +01:00