@sgorg/datawarehouse-common
Advanced tools
Comparing version 1.17.0 to 1.17.1
@@ -120,3 +120,3 @@ "use strict"; | ||
createLambdaFunction() { | ||
const { environment, functionName, tags, codeBucketName, functionEnvVars, timeoutSeconds, memorySize, provider, getResourceIds, } = this.config; | ||
const { environment, functionName, tags, codeBucketName, functionEnvVars, timeoutSeconds, memorySize, provider, getResourceIds, vpcConfig, } = this.config; | ||
const functionEnv = { | ||
@@ -141,2 +141,3 @@ variables: Object.assign({ ENVIRONMENT: environment }, functionEnvVars), | ||
provider, | ||
vpcConfig, | ||
}); | ||
@@ -143,0 +144,0 @@ } |
import { AwsProvider } from '@cdktf/provider-aws/lib/provider'; | ||
import { LambdaFunctionVpcConfig } from '@cdktf/provider-aws/lib/lambda-function'; | ||
import { ResourceIdentifier, ResourceIdentifierConfig } from './resourceIdentifier'; | ||
@@ -31,2 +32,3 @@ import { Environment } from '../config/environments'; | ||
readonly memorySize?: number; | ||
readonly vpcConfig?: LambdaFunctionVpcConfig; | ||
} | ||
@@ -33,0 +35,0 @@ interface LambdaPostConfig extends LambdaConfig { |
{ | ||
"name": "@sgorg/datawarehouse-common", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "Project to share constants and configuration across iac projects", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
Sorry, the diff of this file is not supported yet
67669
1060