We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af799a9 commit 402ae89Copy full SHA for 402ae89
packages/framework-plugin-function/src/index.ts
@@ -315,7 +315,9 @@ class FunctionPlugin extends Plugin {
315
FunctionName: functionConfig.name,
316
MemorySize: functionConfig.memory || 128,
317
Timeout: functionConfig.timeout || 5,
318
- Environment: functionConfig.envVariables,
+ Environment: {
319
+ Variables: functionConfig.envVariables,
320
+ },
321
VpcConfig: functionConfig.vpc,
322
HttpPath: this.resolvedInputs.servicePaths[functionConfig.name],
323
InstallDependency:
0 commit comments