This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Commit e7a92cc
cfraz89
feat: Resource plugin framework (#573)
- Implements loading resources into lambdas as initial feature provided by plugins
- Loaders support exporting environment variables and providing transformers for a resource, for local and synth targets
- Implements loaders for dynamo table and step functions1 parent 3bf2a9a commit e7a92cc
36 files changed
Lines changed: 1595 additions & 1062 deletions
File tree
- packages
- @functionless
- aws-apigateway/src
- aws-dynamodb/src
- aws-lambda/src
- aws-stepfunctions/src
- aws-util/src
- cli
- src
- commands
- resource-plugins
- loader
- plugins
- step-function
- table
- tree
- @tests/aws-lambda-constructs/test/__snapshots__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
115 | 104 | | |
116 | 105 | | |
117 | 106 | | |
118 | 107 | | |
119 | 108 | | |
120 | 109 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 110 | | |
126 | 111 | | |
This file was deleted.
0 commit comments