Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lambda): backfill missing enums for lambda #33651

Merged
merged 7 commits into from
Mar 4, 2025
Prev Previous commit
Next Next commit
Update packages/aws-cdk-lib/aws-lambda/lib/runtime-management.ts
  • Loading branch information
paulhcsun authored Mar 1, 2025
commit 1937a90a49c6edbfb62d5e3d7d917b672fc98814
5 changes: 0 additions & 5 deletions packages/aws-cdk-lib/aws-lambda/lib/runtime-management.ts
Original file line number Diff line number Diff line change
@@ -17,11 +17,6 @@ export class RuntimeManagementMode {
* When using this mode, you must regularly update your functions to keep their runtime up to date.
*/
public static readonly FUNCTION_UPDATE = new RuntimeManagementMode('FunctionUpdate');
/**
* [PLACEHOLDER COMMENT: TO BE FILLED OUT]
*/
public static readonly MANUAL = new RuntimeManagementMode('Manual');

/**
* You specify a runtime version in your function configuration.
* The function uses this runtime version indefinitely.