ps-serverless-app icon indicating copy to clipboard operation
ps-serverless-app copied to clipboard

Results 11 ps-serverless-app issues
Sort by recently updated
recently updated
newest added

Hi Dave, first of all a big Thank You for your work !!! best in class!!! Trying to start the webapp (on "Implementing Serverless Web Application Hosting and Delivery on...

Hello David and thank you very much for this amazing CDK path. I am following your videos using this git repo but I am having an issue deploying to CloudFront...

bug

Does anyone have a listing of all the links shared in the course or could one be added to the readme here? This would be very helpful.

enhancement

Hi @davidtucker , first of all thanks for the excellent pluralsight tutorial, but I am currently stuck during deployment. I just cloned the `p2` branch and ran yarn install, but...

Hi David, Thanks for making this amazing tutorial, I am facing this unusual issue of `--cloudformation-execution-policies can only be passed for the modern bootstrap experience.`, Kindly help with this, and...

I am getting the following permissions issue when running `npx cdk deploy` on the p2 branch. I am running into a permissions error: ```bash lrobbins@arucard:~/learning/aws/ps-serverless-app/infrastructure (p2) $ npx cdk deploy...

https://github.com/davidtucker/ps-serverless-app/blob/2eb1cb60f94172f659a4304e656bfadf750f5351/services/notifications/index.js#L20 https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html#sendEmail-property should be ` const sendEmail = async (message, subject) => { const params = { Destination: { ToAddresses: [emailAddress], }, `

https://github.com/davidtucker/ps-serverless-app/blob/2eb1cb60f94172f659a4304e656bfadf750f5351/services/processing/catchError.js#L17 ` Object.prototype.hasOwnProperty.call(event, 'detail') && event.detail.requestParameters.key `

npm -v: 9.5.1 npx -v: 9.5.1 yarn -v: 1.22.19 and eventually, cdk --version: 2.79.1 (build 2e7f8b7) I am guessing that these are down to the vagaries of Node dependencies, not...

The node, npm, yarn and CDK setup is described within the course material, but apart from the tuck.cc links, is not readily seen at this level, if you want to...