Read the post on AWS Storage blog.
• AWS credentials that provide the necessary permissions to create the resources. This example uses admin credentials.
• An available SMB file share with valid credentials and a route to the VPC. See the getting started exercise to setup Amazon FSx for Windows File Server.
• DotNet .NET SDK installed if deploying Lambda with .NET core template.
• The AWS SAM CLI installed. As of this writing, tested with SAM CLI, version 1.29.0.
• Clone this repo.
-
Navigate to the cloned repo directory, or run
sam init
then choose ‘Custom Template Location’ and paste the repo URL. -
Build the AWS SAM application, replace with Python or DotNet template:
sam build -t <templateName>
-
Deploy the AWS SAM application:
sam deploy –guided
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.