Ewan Valentine

Results 22 issues of Ewan Valentine

I'm working with another developer using this starter kit, and I just have a quick question regarding a best practices we don't quite agree on. Which is the best approach...

🎉 Thanks for submitting a pull request! 🎉 #### Summary Updates the CLI to utilise the eszip changes for edge functions. For us to review and ship your PR efficiently,...

type: chore
type: feature

🎉 Thanks for submitting a pull request! 🎉 #### Summary Improves the JSON output format for edge functions in debug mode For us to review and ship your PR efficiently,...

type: feature
type: bug

I have several microservices, all of which exposed via AppSync. At the moment, I have one AppSync project, and when I deploy a service, it extracts the graphql config, uploads...

enhancement
question

**Is your feature request related to a problem? Please describe.** Problem statement: ability to seamlessly find and communicate across services in AWS, and services in K8s is something of an...

# Description - REMOVED the pkg folder as it's not very idiomatic Go. This is a breaking change for anyone not using the versioned packaged. Will need to assess this...

For example: `RequestCtx(ctx, request)`. We should also add in the ability to react to the `

good first issue

This is no longer good practice, and has generally been dropped. Should remove it and just keep the top level packages in the root instead.

good first issue

A few users have suggested the `namespace.service->instance` signature type, isn't very 'Go'. This was ported over from a Javascript library (the wild west), so I maybe need to investigate a...

We're trying to implement something whereby new additions to an RSS feed are appended automatically using socket.io. I sort of got it working using setInterval... but I just wondered if...