Skip to content

Commit

Permalink
fix(lambda): Export LambdaRoute stage on aws module (#10116)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f6d2c1)
  • Loading branch information
christosarvanitis authored and mergify[bot] committed Jun 10, 2024
1 parent 94cfdf9 commit d00c72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/amazon/src/aws.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import { AMAZON_PIPELINE_STAGES_LAMBDA_INVOKE } from './pipeline/stages/invokeLa
import { AMAZON_PIPELINE_STAGES_MODIFYSCALINGPROCESS_MODIFYSCALINGPROCESSSTAGE } from './pipeline/stages/modifyScalingProcess/modifyScalingProcessStage';
import { AMAZON_PIPELINE_STAGES_RESIZEASG_AWSRESIZEASGSTAGE } from './pipeline/stages/resizeAsg/awsResizeAsgStage';
import { AMAZON_PIPELINE_STAGES_ROLLBACKCLUSTER_AWSROLLBACKCLUSTERSTAGE } from './pipeline/stages/rollbackCluster/awsRollbackClusterStage';
import { AMAZON_PIPELINE_STAGES_LAMBDA_ROUTE } from './pipeline/stages/routeLambda';
import { AMAZON_PIPELINE_STAGES_SCALEDOWNCLUSTER_AWSSCALEDOWNCLUSTERSTAGE } from './pipeline/stages/scaleDownCluster/awsScaleDownClusterStage';
import { AMAZON_PIPELINE_STAGES_SHRINKCLUSTER_AWSSHRINKCLUSTERSTAGE } from './pipeline/stages/shrinkCluster/awsShrinkClusterStage';
import { AMAZON_PIPELINE_STAGES_TAGIMAGE_AWSTAGIMAGESTAGE } from './pipeline/stages/tagImage/awsTagImageStage';
Expand Down Expand Up @@ -122,6 +123,7 @@ module(AMAZON_MODULE, [
AMAZON_PIPELINE_STAGES_LAMBDA_DEPLOY,
AMAZON_PIPELINE_STAGES_LAMBDA_INVOKE,
AMAZON_PIPELINE_STAGES_LAMBDA_UPDATE,
AMAZON_PIPELINE_STAGES_LAMBDA_ROUTE,
]).config(() => {
CloudProviderRegistry.registerProvider('aws', {
name: 'Amazon',
Expand Down

0 comments on commit d00c72a

Please sign in to comment.