Marco Deleu
Marco Deleu
For me the preference is in specifying an existing ALB and getting the target group and permissions created by SAM.
I'm not sure if it would be possible, but I would guess that the following would be quite an amazing syntax: ``` Events: MyEventName: Type: ALB Properties: LoadBalancerArn: !ImportValue LoadBalancer...
SAM would be limited to deploy up to 10,000 lambdas on a single Listener, I guess that's fine.
I also stopped recommending SAM as the go-to tool for serverless deployment. AWS is developing and marketing serverless A LOT but lagging behind on CloudFormation / SAM A LOT as...
I have something similar to this working, but I fail to understand how SAM could make this. What I have is a CodePipeline with an action of "Invoke Lambda" that...
@clareliguori The problem with CDK is that it brings a high overhead of re-learning and redesigning the DevOps mechanics, specially from a company that uses CodePipeline with CloudFormation as the...
@mgrandis needs feedback from whom? What kind of feedback?
That could get tricky as Laravel supports custom rules and require_if / require_with, etc. Maybe limit to support only the basic rules might be a sane option.
I gave up on using Psalm, sorry.
Just wanted to share this here in case someone else in the future finds it useful: https://blog.deleu.dev/datadog-aws-lambda-php/ TL;DR it's possible to use Datadog on Lambda without changing anything on the...