Skip to content

Instantly share code, notes, and snippets.

functions:
function1:
tracing: Active
environment:
AWS_LAMBDA_EXEC_WRAPPER: '/opt/otel-handler'
layers:
- !Sub arn:aws:lambda:${AWS::Region}:901920570463:layer:aws-otel-nodejs-0-23-0:1 # https://github.com/aws-observability/aws-otel-lambda#aws-managed-opentelemetry-lambda-layers
foreach($_ in [System.TimeZoneInfo]::GetSystemTimeZones()){if($_.Id.StartsWith('Greenwich') -or $_.Id.StartsWith('GMT')){ echo $_ }}