Lambda and API Gateway not being generated

@jeremiahlukus Umm. If you can create posts then it sounds like the Lambda functions and API Gateway resources exists.

Taking a stab at this. Wondering if you’re perhaps in another AWS region in the console vs the terminal. Can you double check that the AWS console is in the same AWS region as the CLI. You can switch AWS regions with the dropdown menu in the AWS console.

aws-region-dropdown

From the CLI you can check via:

$ aws configure get region
us-west-2
$