File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed
Modules/Intent.Modules.Aws.Lambda.Functions.Sqs Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 11using Intent . Engine ;
22using Intent . Modules . Common ;
33using Intent . Modules . Common . Plugins ;
4+ using Intent . Modules . Integration . IaC . Shared . AwsSqs ;
45using Intent . Plugins . FactoryExtensions ;
56using Intent . RoslynWeaver . Attributes ;
67
@@ -17,30 +18,9 @@ public class MetadataLoaderExtension : FactoryExtensionBase
1718 [ IntentManaged ( Mode . Ignore ) ]
1819 public override int Order => 0 ;
1920
20- /// <summary>
21- /// This is an example override which would extend the
22- /// <see cref="ExecutionLifeCycleSteps.AfterTemplateRegistrations"/> phase of the Software Factory execution.
23- /// See <see cref="FactoryExtensionBase"/> for all available overrides.
24- /// </summary>
25- /// <remarks>
26- /// It is safe to update or delete this method.
27- /// </remarks>
28- protected override void OnAfterTemplateRegistrations ( IApplication application )
21+ protected override void OnAfterMetadataLoad ( IApplication application )
2922 {
30- // Your custom logic here.
31- }
32-
33- /// <summary>
34- /// This is an example override which would extend the
35- /// <see cref="ExecutionLifeCycleSteps.BeforeTemplateExecution"/> phase of the Software Factory execution.
36- /// See <see cref="FactoryExtensionBase"/> for all available overrides.
37- /// </summary>
38- /// <remarks>
39- /// It is safe to update or delete this method.
40- /// </remarks>
41- protected override void OnBeforeTemplateExecution ( IApplication application )
42- {
43- // Your custom logic here.
23+ IntegrationManager . Initialize ( application ) ;
4424 }
4525 }
4626}
Original file line number Diff line number Diff line change 2828 <ProjectReference Include =" ..\Intent.Modules.Constants\Intent.Modules.Constants.csproj" PrivateAssets =" All" />
2929 </ItemGroup >
3030
31+ <Import Project =" ..\Intent.Modules.Integration.IaC.Shared.AwsSqs\Intent.Modules.Integration.IaC.Shared.AwsSqs.projitems" Label =" Shared" />
32+
3133</Project >
You can’t perform that action at this time.
0 commit comments