It might be a very basic question to ask .But as I am very naive to AWS now and has been basically a frontend developer I would like to have some guidance related to fetching secrets from AWS secret manager from a react application.
- Can we connect frontend React application directly to AWS secret manager or we should have a node application in the middle to fetch secret from AWS secret manger? 2.If we can connect front end application directly to AWS is there any tutorial or steps that I can follow?