Can I easily package / execute a static binary alo...
# aws
q
Can I easily package / execute a static binary along with pulumi's "magic function" serialization? For example can I easily package a static binary to execute from the aws.cloudwatch.EventRuleEventHandler block? https://www.pulumi.com/blog/scheduling-serverless/ . Should I package the static binary with a Lambda layer? Do I need to instead create a vanilla Lambda function to use along with the Lambda layer?