serverless-architectures-aws
serverless-architectures-aws copied to clipboard
The code repository for the Serverless Architectures on AWS book
I cannot connect to /user-profile after setting up my custom authorizer. All requests from browser or curl result in 401 HTTP failure. API Gateway logs are not verbose enough to...
In Chapter 7, section 7.2.3 on page 179, there is a step to add the custom authorizer to the videos resource in the API Gateway. Later, in section 7.2.5 in...
In order for an output folder to be created in the transcode bucket, the folder needs to be prepended to the output path for each of the versions: Outputs: [...
The following snippet is in `serverless-architectures-aws/chapter-3/Listing 3.1 - 3.4 - Transcode Video Lambda/index.js`: ```js //the input file may have spaces so replace them with '+' var sourceKey = decodeURIComponent(key.replace(/\+/g, '...
Added two env variables to rewired.\_\_set\_\_ ```javascript rewired.__set__({ 's3': {listObjects: listObjects}, 'process.env.BASE_URL': "https://s3.amazonaws.com", 'process.env.BUCKET': "serverless-video-transcoded" }); ```
@sbarski I have gone through your examples and its great companion for the book. A good amount of people are python developers and I believe equivalent python examples can be...
Please do not merge yet - This is for discussion