CloudWatch Alarm
AWS Documentation
Example
import middy from '@middy/core'
export const handler = middy().handler((event, context, { signal }) => {
// ...
})import middy from '@middy/core'
export const handler = middy().handler((event, context, { signal }) => {
// ...
})