Hi,
For different reasons I would like to use the AWS .NET SDK within Dynamics Nav.
https://github.com/aws/aws-sdk-net
Is this possible?
If so, how would one do? I guess you need a .dll to reference? Never developed any .NET extensions, so I am a rookie within this area.
Answers
Second step: read instruction, and see any Example of simply code with this SDK.
3: create codeunit(or what are u want) with ur .dll as variable(type .dotnet)
4: use function of sdk like: sdk.connect(); sdk.send() etc.
Enjoy it=)
P.S. If u create .dll with ur VS, u can debug it(in VS) where u use it in NAV.
P.P.S. sorry about my bad Eng
did you successfully make a dll?