awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
924 stars 399 forks source link

Adding new environment parameters #482

Open vithyavani-bit opened 3 years ago

vithyavani-bit commented 3 years ago

I created new backend domain request for dev environment and uploaded SSL certificates into ACM now I need to add those new environment parameters into my master(template.yaml) I added the following environment parameter in mappings but it is showing error dev: CloudWatchRoleArn: arn:aws:iam::659564652542:role/WS_0044_role_APIGateway DomainName: "https://dev-backend-digitalassets.bpglobal.com/" LambdaExecutionRole: arn:aws:iam::659564652542:role/WS-044-Role-Lambda-Exec AuthLambdaArn: arn:aws:lambda:eu-west-1:659564652542:function:bp-smartdigitalassets-services-apiauth ApiGatewayRole: arn:aws:iam::659564652542:role/WS-0044-pol_ApiGateway-LambdaInvoke-Role Subnets: [ subnet-08015713f373d2c73, subnet-0cdb13d9fda3f5294, subnet-02e3f0795a06685e7, ] SecurityGroup: sg-0c6bff553421b93de EMaintenanceSecretName: "SDA/dev/emaintenance" DatabaseCredentialsSecretName: "SDA/dev/rds-credentials" SightCallSecretName: "SDA/dev/sightcall" SightCallProviderTokenName: "sda/dev/sightcall-providertoken" SightCallSecret: "sda/dev/sightcall-secrets" O365SecretName: "SDA/dev/O365" DbDatabaseName: "sda_db" StageName: dev please tell me what need to add to these to get success build