File tree 3 files changed +6
-6
lines changed
samples/CommandQuery.Sample.AWSLambda
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- using Amazon . Lambda . Annotations . APIGateway ;
2
1
using Amazon . Lambda . Annotations ;
2
+ using Amazon . Lambda . Annotations . APIGateway ;
3
3
using Amazon . Lambda . APIGatewayEvents ;
4
4
using Amazon . Lambda . Core ;
5
5
using CommandQuery . AWSLambda ;
Original file line number Diff line number Diff line change 1
- using Amazon . Lambda . Annotations . APIGateway ;
2
1
using Amazon . Lambda . Annotations ;
2
+ using Amazon . Lambda . Annotations . APIGateway ;
3
3
using Amazon . Lambda . APIGatewayEvents ;
4
4
using Amazon . Lambda . Core ;
5
5
using CommandQuery . AWSLambda ;
Original file line number Diff line number Diff line change 1
1
using Amazon . Lambda . Annotations ;
2
2
using Amazon . Lambda . Core ;
3
+ using CommandQuery . AWSLambda ;
3
4
using CommandQuery . Sample . Contracts . Commands ;
4
- using CommandQuery . Sample . Handlers . Commands ;
5
- using CommandQuery . Sample . Handlers ;
6
- using Microsoft . Extensions . DependencyInjection ;
7
5
using CommandQuery . Sample . Contracts . Queries ;
6
+ using CommandQuery . Sample . Handlers ;
7
+ using CommandQuery . Sample . Handlers . Commands ;
8
8
using CommandQuery . Sample . Handlers . Queries ;
9
- using CommandQuery . AWSLambda ;
9
+ using Microsoft . Extensions . DependencyInjection ;
10
10
11
11
[ assembly: LambdaSerializer ( typeof ( Amazon . Lambda . Serialization . SystemTextJson . DefaultLambdaJsonSerializer ) ) ]
12
12
You can’t perform that action at this time.
0 commit comments