Manosij

Results 2 comments of Manosij

I am facing same issue as @dmitry-weirdo . Following is my template.yaml file: ``` AWSTemplateFormatVersion: 2010-09-09 Transform: AWS::Serverless-2016-10-31 Globals: Function: Timeout: 300 # AutoPublishAlias: live Api: OpenApiVersion: 3.0.3 Cors: AllowMethods:...

> > > @jfuss does the fix apply to reading file from s3 bucket? > > I have a `Fn:Transform` which looks like this: > > ``` > MyApi: >...