full-stack-serverless-cdk icon indicating copy to clipboard operation
full-stack-serverless-cdk copied to clipboard

Learn to Build Full-Stack Serverless Apps and APIs using AWS Cloud Development Kit (CDK) in Baby Steps.

Results 9 full-stack-serverless-cdk issues
Sort by recently updated
recently updated
newest added

steps to reproduce.. 1. clone step01_lambda repo. 2. change cdk version to 1.119.0 3. run cdk bootstrap or cdk deploy `D:\Unicorn\full-stack-serverless-cdk\step01_hello_lambda\node_modules\@aws-cdk\aws-iam\lib\principals.ts:775 return stack.regionalFact( ^ TypeError: Resolution error: Resolution error: Resolution...

if this isn't set to version 14, this error happens ``` Step01HelloLambdaStack: creating CloudFormation changeset... 7:54:37 PM | CREATE_FAILED | AWS::Lambda::Function | HelloHandler2E4FBA4D Resource handler returned message: "The runtime parameter...

A more simplified code to demo cdk Identity Pool with its roles and permissions for uploading file to an s3 bucket

Add steps for Redshift and Lambda Power Tuning

To fix the error in the hello.ts file, I had to install the package: npm install --save @types/aws-lambda This package contains type definitions for AWS Lambda https://www.npmjs.com/package/@types/aws-lambda

Added format and verbage to lines 26, 27, 34, 36, 40, 42, 44, 46, 48, 50, 52, 54, 56, 67 Appended link to the line 36 Appended link to the...