Brian Mayer
Brian Mayer
Hello, thanks for your feedback. These fields are sent to the lambda function as fields in the event JSON, following the `events.APIGatewayProxyRequest` structure. This means you can pass these parameters...
I didn't filed a big yet just searched throughout mailing lists and forums. They say it's a limitation, because TeX interprets the period like the start of the font extension,...
You're right @rwmpelstilzchen! Thanks for the suggestion, will be taking a look at it.
Yes I set that up, but same behaviour, the first lambda is called locally, but it calls the second lambda of the AWS cloud.
Here's my template.yaml. ``` AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 Description: > cloud My cloud lambda services Resources: lambda1: Type: AWS::Serverless::Function Properties: FunctionName: "lambda1" Handler: lambda1 Runtime: go1.x CodeUri: lambda1/ Events: GatewayApiProxyGet:...
Closing this issue for inactivity.
Same issue here, using v5.5.1. Is there any plan to get this fixed?
Hi @williamchitto the MR you mentioned has been merged. Did it fix your issue?
I had a similar issue with `PlainInit` i worked around it by adding this: ``` h := plumbing.NewSymbolicReference(plumbing.HEAD, plumbing.ReferenceName("refs/heads/main")) if err := r.Storer.SetReference(h); err != nil { return } cfg,...