Because build is done by Bamboo agent which doesn't have aws profile
This PR is to fix this error:
Error: Error running command 'aws lambda invoke --function-name arn:aws:lambda:us-west-2:xxxxxxx:function:ghrcectest_db_deploy --profile default --region us-west-2 'invoke-response.out'': exit status 255. Output:
The config profile (default) could not be found
Because build is done by Bamboo agent which doesn't have aws profile
This PR is to fix this error: