Rocky
Rocky

Reputation: 87

Implementing Sequential API Calls with Conditional Endpoint Access in FastAPI and ReactJS

I'm currently developing a web application with a backend in Python using FastAPI, and I'll be deploying it to AWS Lambda and using AWS DynamoDB as the database. The frontend will be built using ReactJS in the future. I need help implementing a functionality where certain endpoints can only be accessed conditionally, based on a previous call.

Detailed Requirements

My Questions

Upvotes: -2

Views: 46

Answers (0)

Related Questions