brianfaull

Results 3 comments of brianfaull

There are a couple additional "gotchas" that I ran into (unless I'm missing something else). * When using `LastEvaluatedKey`, **you must ensure that `PaginationConfig['MaxItems']` is evenly divisible by `PaginationConfig['PageSize']`**. If...

I patched API Gateway functionality in commit https://github.com/brianfaull/go-aws-auth/commit/cd6173caebfc79a364bd6734bdcd4ea7e644c3bd Narrowly targeted at API Gateway ("execute-api"), but it seems to work for me: calling Sign() or SignV4() works for API Gateway endpoints....

Due to a failure on my part, I had to re-write history; identical diff-set now as https://github.com/brianfaull/go-aws-auth/commit/d18aee0828b159b20f61e289daf7b2e86c470339 I apologize for any inconvenience. Again, only works for generic (non-custom) API Gateway...