Skip to content

Commit af49ceb

Browse files
committed
feat: Upgrade to CDK 2.215.0. RustFunction now supports specifying a log group.
1 parent 0c47d8c commit af49ceb

File tree

5 files changed

+417
-17
lines changed

5 files changed

+417
-17
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { awscdk } = require('projen');
22

33
const project = new awscdk.AwsCdkConstructLibrary({
44
author: 'David Calavera',
5-
cdkVersion: '2.63.0',
5+
cdkVersion: '2.215.0',
66
defaultReleaseBranch: 'main',
77
name: 'cargo-lambda-cdk',
88
repositoryUrl: 'https://github.com/cargo-lambda/cargo-lambda-cdk.git',

0 commit comments

Comments
 (0)