0
votes

Me and my partner are working on a web-project using AWS Amplify, where we have two different Amplify environments in which we are working. Is there a way for me to add the resources present in my partners environment to my environment? More specifically I would like to add/access the existing API gateway and Lambda functions my partner created in his environment to mine (have them show up as resources when using 'amplify status' in my environment). Is this possible?

1
The documentation here should help you in your setup : aws-amplify.github.io/docs/cli-toolchain/… - Victor

1 Answers

0
votes

This file aws-exports.js is the same meaning as .env

So everyone can have their own setting

Create a copy aws-exports.js and name it aws-exports.mysetting.js

When others run your project

cp aws-exports.mysetting.js aws-exports.js