New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-lambda-go-alpha

Package Overview
Dependencies
Maintainers
2
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-lambda-go-alpha - npm Package Compare versions

Comparing version 2.124.0-alpha.0 to 2.125.0-alpha.0

6

.warnings.jsii.js

@@ -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)

2

lib/function.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc