#✅ - Using Amplify in an Open Source project
1 messages · Page 1 of 1 (latest)
hey, yes you shouldnt need to typically commit your amplify_outputs unless you need to reuse a backend env in a different app
but other than the outputs file i would also check for any resources that may be account dependent such as references resource or any secrets hardcoded in the project
Thanks! Do you mean any ARNs that could be hardcoded? Makes sense.
not just arn but also any actual api keys or secrets in your frontend library
other example would be lambda layer that exists only in your account etc
while its typically not best practise to paste Arns publicly it should be fine as the resource are typically behind IAM creds which absolutely should not be shared
✅ - Using Amplify in an Open Source project