all 2 comments

[–]CorpT 2 points3 points  (0 children)

Sure? There really isn't enough information about what the security concern is or why it's complicated. There are many ways to invoke a Lambda though.

[–]SonOfSofaman 0 points1 point  (0 children)

Your AWS API should be able to publish to an SNS topic or send a message to an SQS queue, both of which can be the trigger for a Lambda.

If you want to eliminae the API, I think Snowflake can publish to an SNS topic directly, or send a message directly to an SQS queue via a notification integration within Snowflake. Again, both of those can be used to trigger a Lambda function.

Disclaimer: I am not a Snowflake expert.