I have a NodeJS application i am deploying to AWS Elastic Beanstalk, which needs to be able to write to some JSON files which is in the applications directories.
This is currently working locally but not when i deploy to AWS because clearly write permissions are not there.
Can you please let me know what i need to add to EBEXTENSIONS and how, to allow write access with a NodeJS Elastic Beanstalk app
Thanks
via user2058234
No comments:
Post a Comment