dynamodb uses POST for operations
This commit is contained in:
		
							parent
							
								
									3bec261395
								
							
						
					
					
						commit
						9902de2837
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -91,7 +91,7 @@ fn executeOperation( | |||
| } | ||||
| fn authenticateUser(allocator: std.mem.Allocator, context: universal_lambda_interface.Context, target: []const u8, headers: std.http.Headers, body_reader: anytype) !void { | ||||
|     var request = signing.UnverifiedRequest{ | ||||
|         .method = std.http.Method.PUT, | ||||
|         .method = std.http.Method.POST, | ||||
|         .target = target, | ||||
|         .headers = headers, | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue