End to End Serverless AWS Banking Project - AWS API Gateway, Lambda and S3 using CloudFormation

preview_player
Показать описание
In this project, we will implement a fictious Serverless Banking App (AccountBalanceStatus) using AWS API Gateway, AWS Lambda and S3.

Then we will run the application end to end by checking the AccountBalance Status by invoking the REST API which triggers Lambda function and reads data from JSON object in S3 bucket.

We will use AWS CloudFormation (Infrastructure as Code) to create following Services :
1. AWS API Gateway
2. AWS Lambda
3. AWS S3
4. IAM Role
5. Lambda Invoke Permission
6. API Gateway Methods
7. API Gateway Resources
8. API Gateway Stages
9. REST API

Check out my other Udemy Courses from below:
Рекомендации по теме
Комментарии
Автор

Check out my other Udemy Courses from below:
- Udemy Link for Udemy Course Discounted Coupon - www.techcloudbyte.com
- AWS Cloud Development Kit (CDK) - V2 on Udemy :
- AWS Lambda, Python(Boto3) & Serverless on Udemy :
- AWS CloudFormation course on Udemy :

trisalrahul
Автор

I'm learning Cloudformation and managed to follow the whole lesson. Was fun and I learnt a lot

khanriza
Автор

Excellent tutorial as always. The best part is that you were coding, explaining and debugging at a speed that we can catch up with you. Couldn't thank you enough. Can I put this as part of my project in my profile?

saradakv
Автор

Hi kindly provide necessary files to create the
If i buy the udemy course necessary file will be provided there

Mrsilakiyarajkumar
Автор

provide lambda code link also it would be better

ravikovelakaru
Автор

please provide the nesesary file and code. it will help your learner

jitendrapal
Автор

nest time provide the file that you are using, otherwise this is unfollowable after 15 minutes

gigakvachakhia
Автор

```
return {
'statusCode': 200,
'body': json.dumps(data_dict),
'headers': { 'Content-Type': 'application/json' }
}
```

Use the above otherwise the response is malformed.

khanriza