Noah Zoschke
Noah Zoschke
The docs state: > This tool relies on Rekordbox marking a track as "played" before we know it's the most recently played track. I've found this currently happens one minute...
See https://github.com/awslabs/aws-sam-cli/releases/tag/v0.6.2 ```shell $ brew tap aws/tap $ brew install aws-sam-cli ``` ```shell $ pip uninstall --user aws-sam-cli $ pip3 uninstall --user aws-sam-cli ```
A custom resource appeared in #67 to toggle API Gateway tracing. It would be good to document how this works with Go and Lambda.
We can lift the JWTClaims helper out of our handler functions and into an API Gateway Authorizer, further reducing application code and increasing security. Support for this in SAM is...
Consider exploring the caching feature of API gateway: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html
SQS
SQS is an event source worth demoing and documenting
It would be nice to support and document debugging Go apps. However it looks like it might not work upstream yet: https://github.com/awslabs/aws-sam-local/issues/281
Explicitly license the docs with something like: > This work is copyright Noah Zoschke and licensed under a [Creative Commons Attribution 4.0 Unported License](https://creativecommons.org/licenses/by/4.0/).
Lambda poses a challenge running interactive sessions for things like database migrations, reporting, etc. It could be useful to at least document some techniques if not build a tool.