Skip to content

Commit

Permalink
feat: ✨ serviceName with stage postfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeeltilva committed Aug 2, 2023
1 parent 4dbcd97 commit 28bf5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const compileCluster = (config, images, service, serverless) => ({
[service.name + 'AppRunnerService']: {
Type: 'AWS::AppRunner::Service',
Properties: {
ServiceName: service.name,
ServiceName: service.name + serverless.configurationInput.provider.stage,
SourceConfiguration: {
AuthenticationConfiguration: {
AccessRoleArn: service.accessRoleArn || {
Expand Down

0 comments on commit 28bf5e3

Please sign in to comment.