Skip to content

Commit 900b324

Browse files
committed
🗑️
1 parent 4ccb8f4 commit 900b324

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: samples/CommandQuery.Sample.AWSLambda/Command.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Amazon.Lambda.Annotations.APIGateway;
21
using Amazon.Lambda.Annotations;
2+
using Amazon.Lambda.Annotations.APIGateway;
33
using Amazon.Lambda.APIGatewayEvents;
44
using Amazon.Lambda.Core;
55
using CommandQuery.AWSLambda;

Diff for: samples/CommandQuery.Sample.AWSLambda/Query.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using Amazon.Lambda.Annotations.APIGateway;
21
using Amazon.Lambda.Annotations;
2+
using Amazon.Lambda.Annotations.APIGateway;
33
using Amazon.Lambda.APIGatewayEvents;
44
using Amazon.Lambda.Core;
55
using CommandQuery.AWSLambda;

Diff for: samples/CommandQuery.Sample.AWSLambda/Startup.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using Amazon.Lambda.Annotations;
22
using Amazon.Lambda.Core;
3+
using CommandQuery.AWSLambda;
34
using CommandQuery.Sample.Contracts.Commands;
4-
using CommandQuery.Sample.Handlers.Commands;
5-
using CommandQuery.Sample.Handlers;
6-
using Microsoft.Extensions.DependencyInjection;
75
using CommandQuery.Sample.Contracts.Queries;
6+
using CommandQuery.Sample.Handlers;
7+
using CommandQuery.Sample.Handlers.Commands;
88
using CommandQuery.Sample.Handlers.Queries;
9-
using CommandQuery.AWSLambda;
9+
using Microsoft.Extensions.DependencyInjection;
1010

1111
[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer))]
1212

0 commit comments

Comments
 (0)