packages/deploy-aws/src/templates/seagull_project.ts
Function createSeagullApp
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async createSeagullApp() {
// preparations for deployment
const name = this.getAppName()
const globalProps = {
accountId: (await aws.getAccountId(this.sts)) || '',