CircleCI-Public / aws-sam-serverless-orb

AWS serverless Orb
https://circleci.com/orbs/registry/orb/circleci/aws-sam-serverless
MIT License
11 stars 25 forks source link

Deploy arguments parameter can't accept multiple args #66

Closed Jonathan-Landeed closed 9 months ago

Jonathan-Landeed commented 1 year ago

https://github.com/CircleCI-Public/aws-sam-serverless-orb/issues/65

GeorgeKaraszi commented 9 months ago

@KyleTryon @brivu, is Any chance we can get some movement on this? At this time, it's a broken param that can't pass in additional CLI commands to SAM due to it treating everything as a string literal.

brivu commented 9 months ago

Hey @Jonathan-Landeed, Thanks for doing this. We've added this in #71 so that we can test it in our own pipeline. We'll be merging it soon. Thanks again!