@aws-cdk/aws-lambda-go-alpha
Advanced tools
Comparing version 2.124.0-alpha.0 to 2.125.0-alpha.0
@@ -20,8 +20,2 @@ function _aws_cdk_aws_lambda_go_alpha_GoFunctionProps(p) { | ||
require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_lambda_ILayerVersion(o); | ||
if ("logRetention" in p) | ||
print("aws-cdk-lib.aws_lambda.FunctionOptions#logRetention", "instead create a fully customizable log group with `logs.LogGroup` and use the `logGroup` property to instruct the Lambda function to send logs to it.\nMigrating from `logRetention` to `logGroup` will cause the name of the log group to change.\nUsers and code and referencing the name verbatim will have to adjust.\n\nIn AWS CDK code, you can access the log group name directly from the LogGroup construct:\n```ts\ndeclare const myLogGroup: logs.LogGroup;\nmyLogGroup.logGroupName;\n```"); | ||
if ("logRetentionRetryOptions" in p) | ||
print("aws-cdk-lib.aws_lambda.FunctionOptions#logRetentionRetryOptions", "instead use `logGroup` to create a fully customizable log group and instruct the Lambda function to send logs to it."); | ||
if ("logRetentionRole" in p) | ||
print("aws-cdk-lib.aws_lambda.FunctionOptions#logRetentionRole", "instead use `logGroup` to create a fully customizable log group and instruct the Lambda function to send logs to it."); | ||
if (p.securityGroups != null) | ||
@@ -28,0 +22,0 @@ for (const o of p.securityGroups) |
@@ -72,3 +72,3 @@ "use strict"; | ||
_a = JSII_RTTI_SYMBOL_1; | ||
GoFunction[_a] = { fqn: "@aws-cdk/aws-lambda-go-alpha.GoFunction", version: "2.124.0-alpha.0" }; | ||
GoFunction[_a] = { fqn: "@aws-cdk/aws-lambda-go-alpha.GoFunction", version: "2.125.0-alpha.0" }; | ||
/** | ||
@@ -75,0 +75,0 @@ * The address of the Google Go proxy |
{ | ||
"name": "@aws-cdk/aws-lambda-go-alpha", | ||
"version": "2.124.0-alpha.0", | ||
"version": "2.125.0-alpha.0", | ||
"description": "The CDK Construct Library for AWS Lambda in Golang", | ||
@@ -80,8 +80,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/cdk-build-tools": "2.124.0-alpha.0", | ||
"@aws-cdk/integ-runner": "2.124.0-alpha.0", | ||
"@aws-cdk/integ-tests-alpha": "2.124.0-alpha.0", | ||
"@aws-cdk/pkglint": "2.124.0-alpha.0", | ||
"@aws-cdk/cdk-build-tools": "2.125.0-alpha.0", | ||
"@aws-cdk/integ-runner": "2.125.0-alpha.0", | ||
"@aws-cdk/integ-tests-alpha": "2.125.0-alpha.0", | ||
"@aws-cdk/pkglint": "2.125.0-alpha.0", | ||
"@types/jest": "^29.5.11", | ||
"aws-cdk-lib": "2.124.0", | ||
"aws-cdk-lib": "2.125.0", | ||
"constructs": "^10.0.0" | ||
@@ -92,3 +92,3 @@ }, | ||
"peerDependencies": { | ||
"aws-cdk-lib": "^2.124.0", | ||
"aws-cdk-lib": "^2.125.0", | ||
"constructs": "^10.0.0" | ||
@@ -95,0 +95,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
228127
692