Well Architected Lambda Function,
Tracing: Enabled Removal Policy: Destroy in Production
Risk Level: Medium Well Architected Pillar: Performance, Operational Excellence
Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Default Usage
new WaFunction(this, "LogicalId", {});
Custom Configuration
new WaFunction(this, "LogicalId", { tracing: Tracing.ACTIVE});
It addresses the following compliance requirements
Risk Level: Low Compliance: NA Well Architected Pillar: Operational Excellence
Risk Level: Medium Compliance: NIST4 Well Architected Pillar: Operational Excellence
Readonly
All the default alarms configured for the Well Architected Lambda Function. You can add more alarms or delete default alarms from this Alarms object
Private
Static
Generated using TypeDoc
Well Architected Lambda Function,
Default Configuration
Tracing: Enabled Removal Policy: Destroy in Production
Default Alarms
Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Examples
Default Usage
Custom Configuration
Compliance
It addresses the following compliance requirements