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

feature: .NET Framework Templates #64

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
da3438d
feature: Initial check-in of .NET Fx template
csantos Mar 22, 2022
bda073a
style: Formatting Cleanup
csantos Mar 23, 2022
b12038d
style: Using yaml for build project specs
csantos Mar 24, 2022
65761f5
fix: Corrected env template folder structure
csantos Mar 28, 2022
9ec8456
feature: Initial Windows ECS Fargate Push
csantos Mar 28, 2022
5c1cd93
fix: Corrected pipeline input parameter types
csantos Mar 28, 2022
eda39a7
fix: Added missing parameter type for pipeline inputs
csantos Mar 28, 2022
d2ee80c
fix: Initial working service template
csantos Mar 28, 2022
b5e6333
feature: Initial working .NET Fx templates
csantos Mar 31, 2022
09b91cf
fix: Changed SSM Doc Resolve AMI
csantos Mar 31, 2022
5fd6f3c
feat: Private .NET Fx Fargate Svc
csantos Mar 31, 2022
e1e2d78
doc: Corrected svc input parameter descn
csantos Mar 31, 2022
e099e81
fix: Corrected location of OS family param
csantos Mar 31, 2022
7af1773
fix: Updated spec file to match templates
csantos Apr 1, 2022
338a8d6
feat: Load Balanced Fargate .NET Fx Templates
csantos Apr 1, 2022
db91ab8
fix: Corrected reference to environment in compatible-envs
csantos Apr 6, 2022
2702cd5
fix: Correct rendered_service.yaml output
csantos Apr 6, 2022
156bb6c
doc: Completed README.md updates
csantos Apr 15, 2022
f7846d0
Merge branch 'aws-samples:main' into feature/netfx-template
csantos Apr 15, 2022
0a45d27
doc: Typo corrections in spec and schema files
csantos Apr 15, 2022
3b41a8a
Merge branch 'aws-samples:main' into feature/netfx-template
csantos Oct 5, 2022
9e4b882
chore: rearranged files to match new folder structure
csantos Oct 11, 2022
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
Prev Previous commit
Next Next commit
fix: Correct rendered_service.yaml output
echo *** was listing out the directory contents.
  • Loading branch information
csantos committed Apr 6, 2022
commit 2702cd552abb1ecb6307e1f8de3d5bbbfe8a0842
Original file line number Diff line number Diff line change
@@ -377,7 +377,7 @@ Resources:
then echo Writing updated service specification file...;
aws proton --region $AWS_DEFAULT_REGION get-service --name $service_name | jq -r .service.spec > service.yaml;
yq w service.yaml 'instances[*].spec.image' "$ECR_REPO_URI:$IMAGE_TAG" > rendered_service.yaml;
echo **** Updated service spec follows ****
echo === Updated service spec follows ===
cat rendered_service.yaml
fi
artifacts: