Lambda function configured with AWS Amplify, AWS API Gateway, DynamoDB and IAM for when a user invoking the math function to generate the answer for given base and exponents.
🔧 AWS Architecture & Services Used
-
AWS Amplify → Hosted UI where users input numbers.
-
AWS Lambda → Executed the core logic in Python to calculate power of a number given by base and exponent.
-
API Gateway → Connected the frontend to Lambda, use to invoke Lambda function.
-
DynamoDB → Stores every calculation with a unique ID.
-
AWS IAM → Granting execution permission to write into DynamoDB attached with AWS Lambda function.