I am using AWS for my Laravel Application but I am having a difficult time with dealing with my .env file.
I make use of CodeCommit and CodePipeline.
I know that my .env file should NOT live inside my repo so my question is, is there a way I can get AWS to insert a .env file whilst CodePipeline is deploying my project to Elastic Beanstalk?
At the moment, I am having to include my .env file in my repo for it to work.