apex / apex-go

Golang runtime for Apex/Lambda.
MIT License
292 stars 32 forks source link

remove node shim as aws now supports golang natively #67

Closed xoraes closed 6 years ago

davidcpell commented 6 years ago

Go support has been announced but not launched.

n2p5 commented 6 years ago

this is promising. https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/

tj commented 6 years ago

On it :D will likely have this in tomorrow

ravern commented 6 years ago

This will change the API for the Lambda contexts (i.e. *apex.Context) right? I'm assuming the API will switch to using the official repo for this.

The repository: https://github.com/aws/aws-lambda-go

vishal8492 commented 6 years ago

@ravernkoh I'd assume so, I was using apex proxy for api gateway invocations. I might need to rewrite and delegate by manually doing pattern matching now :)

tj commented 6 years ago

@ravernkoh yep :D

Closing since it's in apex/apex now. This repo is basically irrelevant now unless you're using the older versions of apex.