Skip to content
Discussion options

You must be logged in to vote

Ah, I see. You're trying to use a Lambda in Go and want to identify what's the best driver to use SQLite.

Lambda Go is a separate repository handled by a separate team, unrelated to the SDK. The AWS SDK doesn't have a SQLite tool, so we don't have a recommendation on what to use. Next time, open an issue on their GitHub repository if you need support with Lambda Go.

That said, the CGO issue you mentioned is just a limitation on what you need to do to compile it, not a hard blocker. If you want to use ncruces/go-sqlite3 to not have to compile your Lambda with CGO, you are free to do so. Lambda Go team would not have a recommendation here, since this is completely up to what you want to ach…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by surfmuggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants