awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.04k stars 197 forks source link

🚀 Add Fiber #69

Closed Fenny closed 3 years ago

Fenny commented 4 years ago

Fiber
Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.

=== RUN   TestFiber
Running Suite: Fiber Suite
==========================
Random Seed: 1594252703
Will run 1 of 1 specs

2020/07/09 07:58:23 Starting test
2020/07/09 07:58:23 Handler!!
•
Ran 1 of 1 Specs in 0.001 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestFiber (0.00s)
PASS

Thanks @sapessi 👍

sapessi commented 3 years ago

Hi @Fenny, apologies for the delay. Can you resolve the conflicts on the mod and sum files then I'll merge.

Fenny commented 3 years ago

@sapessi done, thanks 👍

JeremyProffitt commented 3 years ago

@sapessi Any updates on getting this merged in?

prathoss commented 3 years ago

Any news here? Would love to use Fiber on my project.

ckcks12 commented 3 years ago

@sapessi 👀 hope this be merged in 2020 👍

sapessi commented 3 years ago

Merged 🎉 tagging a new release shortly