cshenrik
cshenrik
As Yan Cui describes [here](https://theburningmonk.com/2019/09/should-you-pack-the-aws-sdk-in-your-deployment-artefact/), you should probably bundle the aws sdk instead of relying on the one provided by the Lambda runtime.
If my understanding of the proposal is correct, it would not be possible to have a parent stack that defines a shared api gateway and a nested SAR application that...
@jlhood: Let med add some more feedback. I am composing serverless applications using the AWS::Serverless::Application resource. In one SAM template I need to nest two applications that both use an...
Found out that it is triggered by `touch template.yaml`. So whenever I open `template.yaml` in my vscode, `sam sync` will instantly consume all CPU. This renders `sam sync --watch` rather...
Hi @mndeveci, I can reproduce the behaviour without VSCode running. Just using `touch template.yaml` while `sam sync --watch --region us-east-1` is running.
@mndeveci, I've tested it on older versions of sam-cli, and I found that it has been introduced in [v1.97.0](https://github.com/aws/aws-sam-cli/releases/tag/v1.97.0). I cannot reproduce it on earlier versions. Let me know what...
Sure, I can run a development version. And yes, I use the official installers.
That fixed it!
@BTheunissen, I'm in the same situation as you, trying to use Pyiceberg with automatically refreshable AWS credentials. Would you be able to share how you made this work with the...
> > The glue catalog picks up the session correctly, but it doesn't use it for accessing S3. > > you can either set glue and s3 credentials separately or...