Ivan Djuricic
Ivan Djuricic
Hi @jamesls Although I like the environment variables approach and use them a lot, I can see someone feeling reluctant to place something that would concern the whole API stage...
Hi @jamesls I don't know if you've seen the answer yet. Yesterday I was looking through Issues and found out this issue is a duplicate: https://github.com/aws/chalice/issues/728 And there is PR...
Is something like this you were looking for? ``` @app.on_ws_connect() def connect(event): params = event.to_dict()["queryStringParameters"] print('Params: %s' % params) ```
Hi @jamesls glad you liked the idea!! Something I had in mind is creating a new decorator method and a new authorizer class (yet very similar to ChaliceAuthorizer one). From...
Hi, @jamesls, I wanted to showcase the progress on implementation of the Request authorizers and created a Draft pull request for that, didn't know it would show up basically as...