Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1571 Add annotations support for executable assemblies #1573

Merged
merged 31 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5c3927c
#1571 Add annotations support for executable assemblies
Aug 21, 2023
fe69112
Add support for serialization
jeastham1993 Aug 21, 2023
5ebbf64
Add support for serialization and update annotation name
Aug 22, 2023
c73b61c
Move serialization to constructor
Aug 22, 2023
2bb0c07
Merge branch 'aws:master' into master
jeastham1993 Aug 30, 2023
0093d53
Update existing static main error
Aug 30, 2023
e54ea0d
Use syntax receiver get declared symbol
Aug 30, 2023
9484ac1
Add check for method parameter count
Aug 30, 2023
68bebac
Update to use extension method
Aug 30, 2023
a90b6ce
Fix test unit tests
Aug 30, 2023
80cbcf9
Merge branch 'master' of https://github.com/jeastham1993/aws-lambda-d…
Sep 1, 2023
0b57758
Update attribute name and add Runtime option
jeastham1993 Sep 9, 2023
0207130
Update unit tests and documentation
Sep 11, 2023
d695a6c
Update tests and comments
jeastham1993 Oct 1, 2023
5604358
Update CfN writer to always set runtime
jeastham1993 Oct 1, 2023
47d87f9
Update serverless template
Oct 26, 2023
1ae33d3
Add diaganostic error and update SLN
Oct 26, 2023
01f2595
Merge branch 'master' of https://github.com/jeastham1993/aws-lambda-d…
Oct 26, 2023
ae09362
Fix issue with parameterless response
Oct 29, 2023
5034c30
Updates to handle responses with no parameters
Oct 29, 2023
9747536
Remove BAK file and update referenced libraries
Nov 2, 2023
2c71099
Add RuntimeSupport to solution filter
Nov 2, 2023
5692d98
Update HttpResults.cs (#1602)
t0mll Nov 7, 2023
c4a08ba
Update HttpResults.cs (#1603)
t0mll Nov 7, 2023
4092dbf
Update README
Nov 8, 2023
62e11c1
Add new diagnostics
Nov 9, 2023
1132f97
Update SourceGen tests to use static strings instead of files
Nov 9, 2023
d9d5b96
Update error messages
Nov 9, 2023
aaaa5a8
Update annotations design
Nov 9, 2023
c78c6d2
Resolve build issues
jeastham1993 Nov 11, 2023
c2e4304
Merge branch 'aws:master' into master
jeastham1993 Nov 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion Libraries/Amazon.Lambda.Annotations.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,36 @@
"solution": {
"path": "Libraries.sln",
"projects": [
"src\\Amazon.Lambda.APIGatewayEvents\\Amazon.Lambda.APIGatewayEvents.csproj",
"src\\Amazon.Lambda.Annotations.SourceGenerator\\Amazon.Lambda.Annotations.SourceGenerator.csproj",
"src\\Amazon.Lambda.Annotations\\Amazon.Lambda.Annotations.csproj",
"src\\Amazon.Lambda.APIGatewayEvents\\Amazon.Lambda.APIGatewayEvents.csproj",
ashovlin marked this conversation as resolved.
Show resolved Hide resolved
"src\\Amazon.Lambda.ApplicationLoadBalancerEvents\\Amazon.Lambda.ApplicationLoadBalancerEvents.csproj",
"src\\Amazon.Lambda.AspNetCoreServer.Hosting\\Amazon.Lambda.AspNetCoreServer.Hosting.csproj",
"src\\Amazon.Lambda.AspNetCoreServer\\Amazon.Lambda.AspNetCoreServer.csproj",
"src\\Amazon.Lambda.CloudWatchEvents\\Amazon.Lambda.CloudWatchEvents.csproj",
"src\\Amazon.Lambda.CloudWatchLogsEvents\\Amazon.Lambda.CloudWatchLogsEvents.csproj",
"src\\Amazon.Lambda.CognitoEvents\\Amazon.Lambda.CognitoEvents.csproj",
"src\\Amazon.Lambda.ConfigEvents\\Amazon.Lambda.ConfigEvents.csproj",
"src\\Amazon.Lambda.ConnectEvents\\Amazon.Lambda.ConnectEvents.csproj",
"src\\Amazon.Lambda.Core\\Amazon.Lambda.Core.csproj",
"src\\Amazon.Lambda.DynamoDBEvents\\Amazon.Lambda.DynamoDBEvents.csproj",
"src\\Amazon.Lambda.KafkaEvents\\Amazon.Lambda.KafkaEvents.csproj",
"src\\Amazon.Lambda.KinesisAnalyticsEvents\\Amazon.Lambda.KinesisAnalyticsEvents.csproj",
"src\\Amazon.Lambda.KinesisEvents\\Amazon.Lambda.KinesisEvents.csproj",
"src\\Amazon.Lambda.KinesisFirehoseEvents\\Amazon.Lambda.KinesisFirehoseEvents.csproj",
"src\\Amazon.Lambda.LexEvents\\Amazon.Lambda.LexEvents.csproj",
"src\\Amazon.Lambda.LexV2Events\\Amazon.Lambda.LexV2Events.csproj",
"src\\Amazon.Lambda.Logging.AspNetCore\\Amazon.Lambda.Logging.AspNetCore.csproj",
"src\\Amazon.Lambda.MQEvents\\Amazon.Lambda.MQEvents.csproj",
"src\\Amazon.Lambda.PowerShellHost\\Amazon.Lambda.PowerShellHost.csproj",
"src\\Amazon.Lambda.RuntimeSupport\\Amazon.Lambda.RuntimeSupport.csproj",
"src\\Amazon.Lambda.S3Events\\Amazon.Lambda.S3Events.csproj",
"src\\Amazon.Lambda.Serialization.Json\\Amazon.Lambda.Serialization.Json.csproj",
"src\\Amazon.Lambda.Serialization.SystemTextJson\\Amazon.Lambda.Serialization.SystemTextJson.csproj",
"src\\Amazon.Lambda.SimpleEmailEvents\\Amazon.Lambda.SimpleEmailEvents.csproj",
"src\\Amazon.Lambda.SNSEvents\\Amazon.Lambda.SNSEvents.csproj",
"src\\Amazon.Lambda.SQSEvents\\Amazon.Lambda.SQSEvents.csproj",
"src\\Amazon.Lambda.TestUtilities\\Amazon.Lambda.TestUtilities.csproj",
"test\\Amazon.Lambda.Annotations.SourceGenerators.Tests\\Amazon.Lambda.Annotations.SourceGenerators.Tests.csproj",
"test\\TestServerlessApp.IntegrationTests\\TestServerlessApp.IntegrationTests.csproj",
"test\\TestServerlessApp\\TestServerlessApp.csproj"
Expand Down
7 changes: 7 additions & 0 deletions Libraries/Libraries.sln
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amazon.Lambda.LexV2Events",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRuntimeAspNetCoreMinimalApiCustomSerializerTest", "test\Amazon.Lambda.RuntimeSupport.Tests\CustomRuntimeAspNetCoreMinimalApiCustomSerializerTest\CustomRuntimeAspNetCoreMinimalApiCustomSerializerTest.csproj", "{0BD83939-458C-4EF5-8663-7098AD1200F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestExecutableServerlessApp", "test\TestExecutableServerlessApp\TestExecutableServerlessApp.csproj", "{DD378063-C54A-44C7-9A6F-32A6A1AE94B3}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
test\EventsTests.Shared\EventsTests.Shared.projitems*{44e9d925-b61d-4234-97b7-61424c963ba6}*SharedItemsImports = 5
Expand Down Expand Up @@ -353,6 +355,10 @@ Global
{0BD83939-458C-4EF5-8663-7098AD1200F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD83939-458C-4EF5-8663-7098AD1200F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD83939-458C-4EF5-8663-7098AD1200F2}.Release|Any CPU.Build.0 = Release|Any CPU
{DD378063-C54A-44C7-9A6F-32A6A1AE94B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD378063-C54A-44C7-9A6F-32A6A1AE94B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD378063-C54A-44C7-9A6F-32A6A1AE94B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD378063-C54A-44C7-9A6F-32A6A1AE94B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -415,6 +421,7 @@ Global
{BF85932E-2DFF-41CD-8090-A672468B8FBB} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
{3C6AABF5-0372-41E0-874F-DF18ECCC7FB6} = {AAB54E74-20B1-42ED-BC3D-CE9F7BC7FD12}
{0BD83939-458C-4EF5-8663-7098AD1200F2} = {B5BD0336-7D08-492C-8489-42C987E29B39}
{DD378063-C54A-44C7-9A6F-32A6A1AE94B3} = {1DE4EE60-45BA-4EF7-BE00-B9EB861E4C69}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {503678A4-B8D1-4486-8915-405A3E9CF0EB}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<Generator>TextTemplatingFilePreprocessor</Generator>
<LastGenOutput>NoEventMethodBody.cs</LastGenOutput>
</None>
<None Update="Templates\ExecutableAssembly.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<LastGenOutput>ExecutableAssembly.cs</LastGenOutput>
</None>
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -84,6 +88,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>NoEventMethodBody.tt</DependentUpon>
</Compile>
<Compile Update="Templates\ExecutableAssembly.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ExecutableAssembly.tt</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ public static class DiagnosticDescriptors
DiagnosticSeverity.Error,
isEnabledByDefault: true);

public static readonly DiagnosticDescriptor MainMethodExists = new DiagnosticDescriptor(id: "AWSLambda0104",
ashovlin marked this conversation as resolved.
Show resolved Hide resolved
title: "static Main method exists",
messageFormat: "Failed to generate Main method for LambdaGenerateMainAttribute because project already contains Main method. Existing Main methods must be removed when using LambdaGenerateMainAttribute attribute.",
category: "AWSLambdaCSharpGenerator",
DiagnosticSeverity.Error,
isEnabledByDefault: true);

public static readonly DiagnosticDescriptor HttpResultsOnNonApiFunction = new DiagnosticDescriptor(id: "AWSLambda0105",
title: $"Invalid return type {nameof(IHttpResult)}",
messageFormat: $"{nameof(IHttpResult)} is not a valid return type for LambdaFunctions without {nameof(HttpApiAttribute)} or {nameof(RestApiAttribute)} attributes",
Expand Down Expand Up @@ -87,5 +94,21 @@ public static class DiagnosticDescriptors
category: "AWSLambdaCSharpGenerator",
DiagnosticSeverity.Error,
isEnabledByDefault: true);

public static readonly DiagnosticDescriptor SetOutputTypeExecutable = new DiagnosticDescriptor(id: "AWSLambda0111",
title: "Output Type is not an executable",
messageFormat: "AssemblyAttribute Amazon.Lambda.Annotations.LambdaGlobalPropertiesAttribute is configured to generate a static main method " +
"but the assembly itself is not configured to output an executable. Set the 'OutputType' property in the .csproj file to be 'exe'.",
category: "AWSLambdaCSharpGenerator",
DiagnosticSeverity.Error,
isEnabledByDefault: true);

public static readonly DiagnosticDescriptor InvalidRuntimeSelection = new DiagnosticDescriptor(id: "AWSLambda0112",
title: "Invalid runtime selection",
messageFormat: "The runtime selected in the Amazon.Lambda.Annotations.LambdaGlobalPropertiesAttribute is not a supported value " +
"It should be set to either 'dotnet6' or 'provided.al2'.",
ashovlin marked this conversation as resolved.
Show resolved Hide resolved
category: "AWSLambdaCSharpGenerator",
DiagnosticSeverity.Error,
isEnabledByDefault: true);
}
}
147 changes: 145 additions & 2 deletions Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Generator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using Amazon.Lambda.Annotations.SourceGenerator.Diagnostics;
Expand All @@ -15,12 +16,21 @@

namespace Amazon.Lambda.Annotations.SourceGenerator
{
using System.Collections.Generic;

[Generator]
public class Generator : ISourceGenerator
{
private const string DEFAULT_LAMBDA_SERIALIZER = "Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer";
private readonly IFileManager _fileManager = new FileManager();
private readonly IDirectoryManager _directoryManager = new DirectoryManager();

private readonly List<string> _allowdRuntimeValues = new List<string>(2)
{
"dotnet6",
"provided.al2"
};

// Only allow alphanumeric characters
private readonly Regex _resourceNameRegex = new Regex("^[a-zA-Z0-9]+$");

Expand Down Expand Up @@ -80,13 +90,48 @@ public void Execute(GeneratorExecutionContext context)
}
}

var isExecutable = false;

bool foundFatalError = false;

var assemblyAttributes = context.Compilation.Assembly.GetAttributes();

var globalPropertiesAttribute = assemblyAttributes
.FirstOrDefault(attr => attr.AttributeClass.Name == nameof(LambdaGlobalPropertiesAttribute));

var defaultRuntime = "dotnet6";

if (globalPropertiesAttribute != null)
{
var generateMain = globalPropertiesAttribute.NamedArguments.FirstOrDefault(kvp => kvp.Key == "GenerateMain").Value;
var runtimeAttributeValue = globalPropertiesAttribute.NamedArguments.FirstOrDefault(kvp => kvp.Key == "Runtime").Value;
var runtime = runtimeAttributeValue.Value == null ? defaultRuntime : runtimeAttributeValue.Value.ToString();

if (!_allowdRuntimeValues.Contains(runtime))
{
diagnosticReporter.Report(Diagnostic.Create(DiagnosticDescriptors.InvalidRuntimeSelection, Location.None));
return;
}

defaultRuntime = runtime;

isExecutable = generateMain.Value != null && bool.Parse(generateMain.Value.ToString());

if (isExecutable && context.Compilation.Options.OutputKind != OutputKind.ConsoleApplication)
{
diagnosticReporter.Report(Diagnostic.Create(DiagnosticDescriptors.SetOutputTypeExecutable, Location.None));
return;
}
}

var configureMethodModel = semanticModelProvider.GetConfigureMethodModel(receiver.StartupClasses.FirstOrDefault());

var annotationReport = new AnnotationReport();

var templateHandler = new CloudFormationTemplateHandler(_fileManager, _directoryManager);

bool foundFatalError = false;
var lambdaModels = new List<LambdaFunctionModel>();

foreach (var lambdaMethod in receiver.LambdaMethods)
{
var lambdaMethodModel = semanticModelProvider.GetMethodSemanticModel(lambdaMethod);
Expand Down Expand Up @@ -115,8 +160,10 @@ public void Execute(GeneratorExecutionContext context)
continue;
}
}

var serializerString = GetSerializerAttribute(context, lambdaMethodModel);

var model = LambdaFunctionModelBuilder.Build(lambdaMethodModel, configureMethodModel, context);
var model = LambdaFunctionModelBuilder.Build(lambdaMethodModel, configureMethodModel, context, isExecutable, serializerString, defaultRuntime);

// If there are more than one event, report them as errors
if (model.LambdaMethod.Events.Count > 1)
Expand Down Expand Up @@ -175,9 +222,27 @@ public void Execute(GeneratorExecutionContext context)
// report every generated file to build output
diagnosticReporter.Report(Diagnostic.Create(DiagnosticDescriptors.CodeGeneration, Location.None, $"{model.GeneratedMethod.ContainingType.Name}.g.cs", sourceText));

lambdaModels.Add(model);
annotationReport.LambdaFunctions.Add(model);
}

if (isExecutable)
{
var executableAssembly = GenerateExecutableAssemblySource(
context,
diagnosticReporter,
receiver,
lambdaModels);

if (executableAssembly == null)
{
foundFatalError = true;
return;
}

context.AddSource("Program.g.cs", SourceText.From(executableAssembly.TransformText().ToEnvironmentLineEndings(), Encoding.UTF8, SourceHashAlgorithm.Sha256));
}

// Run the CloudFormation sync if any LambdaMethods exists. Also run if no LambdaMethods exists but there is a
// CloudFormation template in case orphaned functions in the template need to be removed.
// Both checks are required because if there is no template but there are LambdaMethods the CF template the template will be created.
Expand Down Expand Up @@ -212,11 +277,89 @@ public void Execute(GeneratorExecutionContext context)
}
}

private static ExecutableAssembly GenerateExecutableAssemblySource(
GeneratorExecutionContext context,
DiagnosticReporter diagnosticReporter,
SyntaxReceiver receiver,
List<LambdaFunctionModel> lambdaModels)
{
// Check 'Amazon.Lambda.RuntimeSupport' is referenced
if (context.Compilation.ReferencedAssemblyNames.FirstOrDefault(x => x.Name == "Amazon.Lambda.RuntimeSupport") == null)
{
diagnosticReporter.Report(
Diagnostic.Create(
DiagnosticDescriptors.MissingDependencies,
Location.None,
"Amazon.Lambda.RuntimeSupport"));

return null;
}

foreach (var methodDeclaration in receiver.MethodDeclarations)
{
var model = context.Compilation.GetSemanticModel(methodDeclaration.SyntaxTree);
var symbol = model.GetDeclaredSymbol(methodDeclaration) as IMethodSymbol;

// Check to see if a static main method exists in the same namespace that has 0 or 1 parameters
if (symbol.Name != "Main" || !symbol.IsStatic || symbol.ContainingNamespace.Name != lambdaModels[0].LambdaMethod.ContainingAssembly || (symbol.Parameters.Length > 1))
continue;

diagnosticReporter.Report(
Diagnostic.Create(
DiagnosticDescriptors.MainMethodExists,
Location.None));

return null;
}

return new ExecutableAssembly(
lambdaModels,
lambdaModels[0].LambdaMethod.ContainingNamespace);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this is the code that is causing the bug that if there are no Lambda functions we give back the "AWSLambda001 This is a bug. Please run the build ..." compilation error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a specific Diagnostic error to handle this.

}

private bool HasSerializerAttribute(GeneratorExecutionContext context, IMethodSymbol methodModel)
{
return methodModel.ContainingAssembly.HasAttribute(context, TypeFullNames.LambdaSerializerAttribute);
}

private string GetSerializerAttribute(GeneratorExecutionContext context, IMethodSymbol methodModel)
{
var serializerString = DEFAULT_LAMBDA_SERIALIZER;

ISymbol symbol = null;

// First check if method has the Lambda Serializer.
if (methodModel.HasAttribute(
context,
TypeFullNames.LambdaSerializerAttribute))
{
symbol = methodModel;
}
// Then check assembly
else if (methodModel.ContainingAssembly.HasAttribute(
context,
TypeFullNames.LambdaSerializerAttribute))
{
symbol = methodModel.ContainingAssembly;
}
// Else return the default serializer.
else
{
return serializerString;
}

var attribute = symbol.GetAttributes().FirstOrDefault(attr => attr.AttributeClass.Name == TypeFullNames.LambdaSerializerAttributeWithoutNamespace);

var serializerValue = attribute.ConstructorArguments.FirstOrDefault(kvp => kvp.Type.Name == nameof(Type)).Value;

if (serializerValue != null)
{
serializerString = serializerValue.ToString();
}

return serializerString;
}

public void Initialize(GeneratorInitializationContext context)
{
// Register a syntax receiver that will be created for each generation pass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ private static IList<string> BuildUsings(LambdaMethodModel lambdaMethodModel,
"System",
"System.Linq",
"System.Collections.Generic",
"System.Text"
"System.Text",
"System.Threading.Tasks",
"System.IO"
};

if (configureMethodSymbol != null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ public interface ILambdaFunctionSerializable
/// </para>
/// </summary>
string Handler { get; }

/// <summary>
/// <para>
/// The original method name.
/// </para>
/// </summary>
string MethodName { get; }

/// <summary>
/// The name of the CloudFormation resource that is associated with the Lambda function.
Expand All @@ -34,6 +41,16 @@ public interface ILambdaFunctionSerializable
/// The IAM Role assumed by the Lambda function during its execution.
/// </summary>
string Role { get; }

/// <summary>
/// Gets or sets if the output is an executable.
/// </summary>
bool IsExecutable { get; }

/// <summary>
/// Gets or sets the Lambda runtime to use..
/// </summary>
string Runtime { get; }

/// <summary>
/// Resource based policies that grants permissions to access other AWS resources.
Expand Down
Loading