You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Interactively invoke Lambdas in Architect Sandbox with arbitrary events
6
6
7
-
[](https://github.com/architect/architect/plugin-lambda-invoker/actions?query=workflow%3A%22Node+CI%22)
7
+
[](https://github.com/architect/plugin-lambda-invoker/actions?query=workflow%3A%22Node+CI%22)
8
8
9
9
10
10
## Install
11
11
12
12
Into your existing Architect project:
13
13
14
14
```sh
15
-
npm i @architect/architect/plugin-lambda-invoker --save-dev
15
+
npm i @architect/plugin-lambda-invoker --save-dev
16
16
```
17
17
18
18
Add the following to your Architect project manifest (usually `app.arc`):
0 commit comments